#00AABF

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

Shades of Iris Blue #00AABF

Tints of Iris Blue #00AABF

Color information

#00AABF (or 0x00AABF) is unknown color: approx Iris Blue. HEX triplet: 00, AA and BF. RGB value is (0,170,191). Sum of RGB (Red+Green+Blue) = 0+170+191=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #00AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AABF is #FF5540. Grayscale: #797979. Windows color (decimal): -16733505 or 12560896. OLE color: 12560896.

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

Color convert

RGB0170191-
CMYK10.1100.25
HSL186.6º100%37.45%-
HSV(B)186.6º100%74.9%-
XYZ23.7832.5154.31-
YUV121.56167.1841.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 191 (75% from 255) = 52.91%
R=0%
G=47.09%
B=52.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal017019110.1100.25186.610037.45
Hex0AABF64B019bb6425
Octal02522771441303127314445
Binary0101010101011111111001001011011001101110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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