Html Css Color HEX #02AABD Iris Blue

📋 copy color: '#02AABD'

red 2 ◦ green 170 ◦ blue 189

#02AABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #02AABD

Tints of Iris Blue #02AABD

RGB

 RED value IS 2 (1.17% from 255) = 0.55%

 GREEN value IS 170 (66.8% from 255) = 47.09%

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 0.55%
G = 47.09%
B = 52.35%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#02AABD (or 0x02AABD) is known color: Iris Blue. HEX triplet: 02, AA and BD. RGB value is (2,170,189). Sum of RGB (Red+Green+Blue) = 2+170+189=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #02AABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AABD is #FD5542. Grayscale: #797979. Windows color (decimal): -16602435 or 12429826. OLE color: 12429826.

HSL color Cylindrical-coordinate representation of color #02AABD: hue angle of 186.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AABD is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 170 189 -
CMYK 0.99 0.10 0 0.26
HSL 186.1º 0.98% 0.37% -
HSV(B) 186.1º 0.99% 0.74% -
XYZ 23.59 32.44 53.16 -
YUV 121.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 2 170 189 0.99 0.10 0 0.26 186.1 0.98 0.37
Hex 2 AA BD 63 A 0 1A BA 62 25
Octal 2 252 275 143 12 0 32 272 142 45
Binary 10 10101010 10111101 1100011 1010 0 11010 10111010 1100010 100101

Color Harmonies of #02AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AABD

Black with #02AABD

Text Example


Text Example

White with #02AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AABD;
 }
 .AnyTagClassName
 {
   color: #02AABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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