Shades of Iris Blue #02BDC8
Tints of Iris Blue #02BDC8
RGB
CMYK
RGB Variations
Color information
#02BDC8 (or 0x02BDC8) is known color: Iris Blue. HEX triplet: 02, BD and C8. RGB value is (2,189,200). Sum of RGB (Red+Green+Blue) = 2+189+200=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #02BDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDC8 is #FD4237. Grayscale: #868686. Windows color (decimal): -16597560 or 13155586. OLE color: 13155586.
HSL color Cylindrical-coordinate representation of color #02BDC8: hue angle of 183.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDC8 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 189 | 200 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.22 |
| HSL | 183.33º | 0.98% | 0.4% | - |
| HSV(B) | 183.33º | 0.99% | 0.78% | - |
| XYZ | 28.65 | 40.58 | 60.97 | - |
| YUV | 134.34 | 165.05 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 200 | 0.99 | 0.06 | 0 | 0.22 | 183.33 | 0.98 | 0.4 |
| Hex | 2 | BD | C8 | 63 | 6 | 0 | 16 | B7 | 62 | 28 |
| Octal | 2 | 275 | 310 | 143 | 6 | 0 | 26 | 267 | 142 | 50 |
| Binary | 10 | 10111101 | 11001000 | 1100011 | 110 | 0 | 10110 | 10110111 | 1100010 | 101000 |
Color Harmonies of #02BDC8
Complementary color
Monochromatic Colors of #02BDC8
Black with #02BDC8
Text Example
Text Example
White with #02BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDC8; }
p { color: rgb(2,189,200); }
H1.HeaderClassName
{
color: #02BDC8;
}
.AnyTagClassName
{
color: #02BDC8;
}
</style>
background-color css
<style>
a { background-color: #02BDC8; }
a { background-color: rgb(2,189,200); }
div.DivClassName
{
background-color: #02BDC8;
}
.BgClassName
{
background-color: #02BDC8;
}
</style>
border-color css
<style>
span { border-color: #02BDC8; }
span { border-color: rgb(2,189,200); }
td.TdClassName
{
border-color: #02BDC8;
}
.TagClassName
{
border-color: #02BDC8;
}
</style>