Html Css Color HEX #02AAC8 Iris Blue

📋 copy color: '#02AAC8'

red 2 ◦ green 170 ◦ blue 200

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

Shades of Iris Blue #02AAC8

Tints of Iris Blue #02AAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 0.54%
G = 45.7%
B = 53.76%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#02AAC8 (or 0x02AAC8) is known color: Iris Blue. HEX triplet: 02, AA and C8. RGB value is (2,170,200). Sum of RGB (Red+Green+Blue) = 2+170+200=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #02AAC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAC8 is #FD5537. Grayscale: #7A7A7A. Windows color (decimal): -16602424 or 13150722. OLE color: 13150722.

HSL color Cylindrical-coordinate representation of color #02AAC8: hue angle of 189.09º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAC8 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 170 200 -
CMYK 0.99 0.15 0 0.22
HSL 189.09º 0.98% 0.4% -
HSV(B) 189.09º 0.99% 0.78% -
XYZ 24.83 32.93 59.69 -
YUV 123.19 171.34 41.56 -
System Red Green Blue C M Y K H S L
Decimal 2 170 200 0.99 0.15 0 0.22 189.09 0.98 0.4
Hex 2 AA C8 63 F 0 16 BD 62 28
Octal 2 252 310 143 17 0 26 275 142 50
Binary 10 10101010 11001000 1100011 1111 0 10110 10111101 1100010 101000

Color Harmonies of #02AAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AAC8

Black with #02AAC8

Text Example


Text Example

White with #02AAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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