#02AABE

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

Shades of Iris Blue #02AABE

Tints of Iris Blue #02AABE

Color information

#02AABE (or 0x02AABE) is unknown color: approx Iris Blue. HEX triplet: 02, AA and BE. RGB value is (2,170,190). Sum of RGB (Red+Green+Blue) = 2+170+190=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #02AABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AABE is #FD5541. Grayscale: #797979. Windows color (decimal): -16602434 or 12495362. OLE color: 12495362.

HSL color Cylindrical-coordinate representation of color #02AABE: hue angle of 186.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AABE is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2170190-
CMYK0.990.1100.25
HSL186.38º97.92%37.65%-
HSV(B)186.38º98.95%74.51%-
XYZ23.6932.4853.74-
YUV122.05166.3442.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=0.55%
G=46.96%
B=52.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21701900.990.1100.25186.3897.9237.65
Hex2AABE63B019ba6226
Octal22522761431303127214246
Binary10101010101011111011000111011011001101110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02AABE; }

 p { color: rgb(2,170,190); }

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

<style>
 a { background-color: #02AABE; }

 a { background-color: rgb(2,170,190); }

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

<style>
 span { border-color: #02AABE; }

 span { border-color: rgb(2,170,190); }

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