#02A9D6

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

Shades of Iris Blue #02A9D6

Tints of Iris Blue #02A9D6

Color information

#02A9D6 (or 0x02A9D6) is unknown color: approx Iris Blue. HEX triplet: 02, A9 and D6. RGB value is (2,169,214). Sum of RGB (Red+Green+Blue) = 2+169+214=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #02A9D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9D6 is #FD5629. Grayscale: #7B7B7B. Windows color (decimal): -16602666 or 14067970. OLE color: 14067970.

HSL color Cylindrical-coordinate representation of color #02A9D6: hue angle of 192.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A9D6 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2169214-
CMYK0.990.2100.16
HSL192.74º98.15%42.35%-
HSV(B)192.74º99.07%83.92%-
XYZ26.3533.2468.65-
YUV124.2178.6740.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=0.52%
G=43.90%
B=55.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21692140.990.2100.16192.7498.1542.35
Hex2A9D66315010c1622a
Octal22513261432502030114252
Binary101010100111010110110001110101010000110000011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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