#02A9D8

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

Shades of Iris Blue #02A9D8

Tints of Iris Blue #02A9D8

Color information

#02A9D8 (or 0x02A9D8) is unknown color: approx Iris Blue. HEX triplet: 02, A9 and D8. RGB value is (2,169,216). Sum of RGB (Red+Green+Blue) = 2+169+216=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #02A9D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A9D8 is #FD5627. Grayscale: #7C7C7C. Windows color (decimal): -16602664 or 14199042. OLE color: 14199042.

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

Color convert

RGB2169216-
CMYK0.990.2200.15
HSL193.18º98.17%42.75%-
HSV(B)193.18º99.07%84.71%-
XYZ26.6133.3570-
YUV124.42179.6740.68-

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.67%
BLUE value IS 216 (84.77% from 255) = 55.81%
R=0.52%
G=43.67%
B=55.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21692160.990.2200.15193.1898.1742.75
Hex2A9D863160Fc1622b
Octal22513301432601730114253
Binary10101010011101100011000111011001111110000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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