Shades of Iris Blue #02BDCB
Tints of Iris Blue #02BDCB
RGB
CMYK
RGB Variations
Color information
#02BDCB (or 0x02BDCB) is known color: Iris Blue. HEX triplet: 02, BD and CB. RGB value is (2,189,203). Sum of RGB (Red+Green+Blue) = 2+189+203=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #02BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDCB is #FD4234. Grayscale: #868686. Windows color (decimal): -16597557 or 13352194. OLE color: 13352194.
HSL color Cylindrical-coordinate representation of color #02BDCB: hue angle of 184.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDCB is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 189 | 203 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.20 |
| HSL | 184.18º | 0.98% | 0.4% | - |
| HSV(B) | 184.18º | 0.99% | 0.8% | - |
| XYZ | 29 | 40.72 | 62.83 | - |
| YUV | 134.68 | 166.55 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 203 | 0.99 | 0.07 | 0 | 0.20 | 184.18 | 0.98 | 0.4 |
| Hex | 2 | BD | CB | 63 | 7 | 0 | 14 | B8 | 62 | 28 |
| Octal | 2 | 275 | 313 | 143 | 7 | 0 | 24 | 270 | 142 | 50 |
| Binary | 10 | 10111101 | 11001011 | 1100011 | 111 | 0 | 10100 | 10111000 | 1100010 | 101000 |
Color Harmonies of #02BDCB
Complementary color
Monochromatic Colors of #02BDCB
Black with #02BDCB
Text Example
Text Example
White with #02BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDCB; }
p { color: rgb(2,189,203); }
H1.HeaderClassName
{
color: #02BDCB;
}
.AnyTagClassName
{
color: #02BDCB;
}
</style>
background-color css
<style>
a { background-color: #02BDCB; }
a { background-color: rgb(2,189,203); }
div.DivClassName
{
background-color: #02BDCB;
}
.BgClassName
{
background-color: #02BDCB;
}
</style>
border-color css
<style>
span { border-color: #02BDCB; }
span { border-color: rgb(2,189,203); }
td.TdClassName
{
border-color: #02BDCB;
}
.TagClassName
{
border-color: #02BDCB;
}
</style>