#07AABF

Color #07AABF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #07AABF

Tints of Iris Blue #07AABF

Color information

#07AABF (or 0x07AABF) is unknown color: approx Iris Blue. HEX triplet: 07, AA and BF. RGB value is (7,170,191). Sum of RGB (Red+Green+Blue) = 7+170+191=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #07AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07AABF is #F85540. Grayscale: #7B7B7B. Windows color (decimal): -16274753 or 12560903. OLE color: 12560903.

HSL color Cylindrical-coordinate representation of color #07AABF: hue angle of 186.85º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AABF is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7170191-
CMYK0.960.1100.25
HSL186.85º92.93%38.82%-
HSV(B)186.85º96.34%74.9%-
XYZ23.8732.5654.32-
YUV123.6616644.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.90%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 191 (75% from 255) = 51.90%
R=1.90%
G=46.20%
B=51.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71701910.960.1100.25186.8592.9338.82
Hex7AABF60B019bb5d27
Octal72522771401303127313547
Binary111101010101011111111000001011011001101110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07AABF; }

 p { color: rgb(7,170,191); }

 H1.HeaderClassName
 {
   color: #07AABF;
 }
 .AnyTagClassName
 {
   color: #07AABF;
 }
</style>
background-color css

<style>
 a { background-color: #07AABF; }

 a { background-color: rgb(7,170,191); }

 div.DivClassName
 {
   background-color: #07AABF;
 }
 .BgClassName
 {
   background-color: #07AABF;
 }
</style>
border-color css

<style>
 span { border-color: #07AABF; }

 span { border-color: rgb(7,170,191); }

 td.TdClassName
 {
   border-color: #07AABF;
 }
 .TagClassName
 {
   border-color: #07AABF;
 }
</style>