Shades of Iris Blue #02BCCD
Tints of Iris Blue #02BCCD
RGB
CMYK
RGB Variations
Color information
#02BCCD (or 0x02BCCD) is known color: Iris Blue. HEX triplet: 02, BC and CD. RGB value is (2,188,205). Sum of RGB (Red+Green+Blue) = 2+188+205=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #02BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCCD is #FD4332. Grayscale: #868686. Windows color (decimal): -16597811 or 13483010. OLE color: 13483010.
HSL color Cylindrical-coordinate representation of color #02BCCD: hue angle of 185.02º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCCD is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 188 | 205 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.20 |
| HSL | 185.02º | 0.98% | 0.41% | - |
| HSV(B) | 185.02º | 0.99% | 0.8% | - |
| XYZ | 29.03 | 40.39 | 64.02 | - |
| YUV | 134.32 | 167.88 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 205 | 0.99 | 0.08 | 0 | 0.20 | 185.02 | 0.98 | 0.41 |
| Hex | 2 | BC | CD | 63 | 8 | 0 | 14 | B9 | 62 | 29 |
| Octal | 2 | 274 | 315 | 143 | 10 | 0 | 24 | 271 | 142 | 51 |
| Binary | 10 | 10111100 | 11001101 | 1100011 | 1000 | 0 | 10100 | 10111001 | 1100010 | 101001 |
Color Harmonies of #02BCCD
Complementary color
Monochromatic Colors of #02BCCD
Black with #02BCCD
Text Example
Text Example
White with #02BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCCD; }
p { color: rgb(2,188,205); }
H1.HeaderClassName
{
color: #02BCCD;
}
.AnyTagClassName
{
color: #02BCCD;
}
</style>
background-color css
<style>
a { background-color: #02BCCD; }
a { background-color: rgb(2,188,205); }
div.DivClassName
{
background-color: #02BCCD;
}
.BgClassName
{
background-color: #02BCCD;
}
</style>
border-color css
<style>
span { border-color: #02BCCD; }
span { border-color: rgb(2,188,205); }
td.TdClassName
{
border-color: #02BCCD;
}
.TagClassName
{
border-color: #02BCCD;
}
</style>