Shades of Iris Blue #02B8DB
Tints of Iris Blue #02B8DB
RGB
CMYK
RGB Variations
Color information
#02B8DB (or 0x02B8DB) is known color: Iris Blue. HEX triplet: 02, B8 and DB. RGB value is (2,184,219). Sum of RGB (Red+Green+Blue) = 2+184+219=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #02B8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8DB is #FD4724. Grayscale: #858585. Windows color (decimal): -16598821 or 14399490. OLE color: 14399490.
HSL color Cylindrical-coordinate representation of color #02B8DB: hue angle of 189.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8DB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 2 | 184 | 219 | - |
CMYK | 0.99 | 0.16 | 0 | 0.14 |
HSL | 189.68º | 0.98% | 0.43% | - |
HSV(B) | 189.68º | 0.99% | 0.86% | - |
XYZ | 29.95 | 39.41 | 73.05 | - |
YUV | 133.57 | 176.2 | 34.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 184 | 219 | 0.99 | 0.16 | 0 | 0.14 | 189.68 | 0.98 | 0.43 |
Hex | 2 | B8 | DB | 63 | 10 | 0 | E | BE | 62 | 2B |
Octal | 2 | 270 | 333 | 143 | 20 | 0 | 16 | 276 | 142 | 53 |
Binary | 10 | 10111000 | 11011011 | 1100011 | 10000 | 0 | 1110 | 10111110 | 1100010 | 101011 |
Color Harmonies of #02B8DB
Complementary color
Monochromatic Colors of #02B8DB
Black with #02B8DB
Text Example
Text Example
White with #02B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B8DB; }
p { color: rgb(2,184,219); }
H1.HeaderClassName
{
color: #02B8DB;
}
.AnyTagClassName
{
color: #02B8DB;
}
</style>
background-color css
<style>
a { background-color: #02B8DB; }
a { background-color: rgb(2,184,219); }
div.DivClassName
{
background-color: #02B8DB;
}
.BgClassName
{
background-color: #02B8DB;
}
</style>
border-color css
<style>
span { border-color: #02B8DB; }
span { border-color: rgb(2,184,219); }
td.TdClassName
{
border-color: #02B8DB;
}
.TagClassName
{
border-color: #02B8DB;
}
</style>