#02B8C9

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

Shades of Iris Blue #02B8C9

Tints of Iris Blue #02B8C9

Color information

#02B8C9 (or 0x02B8C9) is unknown color: approx Iris Blue. HEX triplet: 02, B8 and C9. RGB value is (2,184,201). Sum of RGB (Red+Green+Blue) = 2+184+201=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #02B8C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8C9 is #FD4736. Grayscale: #838383. Windows color (decimal): -16598839 or 13219842. OLE color: 13219842.

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

Color convert

RGB2184201-
CMYK0.990.0800.21
HSL185.13º98.03%39.8%-
HSV(B)185.13º99%78.82%-
XYZ27.7138.5161.23-
YUV131.52167.235.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=0.52%
G=47.55%
B=51.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21842010.990.0800.21185.1398.0339.8
Hex2B8C9638015b96228
Octal22703111431002527114250
Binary10101110001100100111000111000010101101110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,184,201); }

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

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

 a { background-color: rgb(2,184,201); }

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

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

 span { border-color: rgb(2,184,201); }

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