Html Css Color HEX #02A9CC Iris Blue

📋 copy color: '#02A9CC'

red 2 ◦ green 169 ◦ blue 204

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

Shades of Iris Blue #02A9CC

Tints of Iris Blue #02A9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.07%

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 0.53%
G = 45.07%
B = 54.4%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#02A9CC (or 0x02A9CC) is known color: Iris Blue. HEX triplet: 02, A9 and CC. RGB value is (2,169,204). Sum of RGB (Red+Green+Blue) = 2+169+204=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #02A9CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9CC is #FD5633. Grayscale: #7A7A7A. Windows color (decimal): -16602676 or 13412610. OLE color: 13412610.

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

Color convert

RGB 2 169 204 -
CMYK 0.99 0.17 0 0.2
HSL 190.4º 0.98% 0.4% -
HSV(B) 190.4º 0.99% 0.8% -
XYZ 25.11 32.75 62.12 -
YUV 123.06 173.67 41.65 -
System Red Green Blue C M Y K H S L
Decimal 2 169 204 0.99 0.17 0 0.2 190.4 0.98 0.4
Hex 2 A9 CC 63 11 0 14 BE 62 28
Octal 2 251 314 143 21 0 24 276 142 50
Binary 10 10101001 11001100 1100011 10001 0 10100 10111110 1100010 101000

Color Harmonies of #02A9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A9CC

Black with #02A9CC

Text Example


Text Example

White with #02A9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,169,204); }

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

background-color css

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

 a { background-color: rgb(2,169,204); }

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

border-color css

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

 span { border-color: rgb(2,169,204); }

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