#02b8d0

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

Shades of Iris Blue #02B8D0

Tints of Iris Blue #02B8D0

Color information

#02B8D0 (or 0x02B8D0) is unknown color: approx Iris Blue. HEX triplet: 02, B8 and D0. RGB value is (2,184,208). Sum of RGB (Red+Green+Blue) = 2+184+208=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #02B8D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8D0 is #FD472F. Grayscale: #848484. Windows color (decimal): -16598832 or 13678594. OLE color: 13678594.

HSL color Cylindrical-coordinate representation of color #02B8D0: hue angle of 186.99º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8D0 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2184208-
CMYK0.990.1200.18
HSL186.99º98.1%41.18%-
HSV(B)186.99º99.04%81.57%-
XYZ28.5538.8565.67-
YUV132.32170.735.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.51%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 208 (81.64% from 255) = 52.79%
R=0.51%
G=46.70%
B=52.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21842080.990.1200.18186.9998.141.18
Hex2B8D063C012bb6229
Octal22703201431402227314251
Binary10101110001101000011000111100010010101110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02b8d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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