Shades of Iris Blue #02BDC2
Tints of Iris Blue #02BDC2
RGB
CMYK
RGB Variations
Color information
#02BDC2 (or 0x02BDC2) is known color: Iris Blue. HEX triplet: 02, BD and C2. RGB value is (2,189,194). Sum of RGB (Red+Green+Blue) = 2+189+194=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #02BDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDC2 is #FD423D. Grayscale: #858585. Windows color (decimal): -16597566 or 12762370. OLE color: 12762370.
HSL color Cylindrical-coordinate representation of color #02BDC2: hue angle of 181.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDC2 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 189 | 194 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.24 |
| HSL | 181.56º | 0.98% | 0.38% | - |
| HSV(B) | 181.56º | 0.99% | 0.76% | - |
| XYZ | 27.96 | 40.3 | 57.34 | - |
| YUV | 133.66 | 162.05 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 194 | 0.99 | 0.03 | 0 | 0.24 | 181.56 | 0.98 | 0.38 |
| Hex | 2 | BD | C2 | 63 | 3 | 0 | 18 | B6 | 62 | 26 |
| Octal | 2 | 275 | 302 | 143 | 3 | 0 | 30 | 266 | 142 | 46 |
| Binary | 10 | 10111101 | 11000010 | 1100011 | 11 | 0 | 11000 | 10110110 | 1100010 | 100110 |
Color Harmonies of #02BDC2
Complementary color
Monochromatic Colors of #02BDC2
Black with #02BDC2
Text Example
Text Example
White with #02BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDC2; }
p { color: rgb(2,189,194); }
H1.HeaderClassName
{
color: #02BDC2;
}
.AnyTagClassName
{
color: #02BDC2;
}
</style>
background-color css
<style>
a { background-color: #02BDC2; }
a { background-color: rgb(2,189,194); }
div.DivClassName
{
background-color: #02BDC2;
}
.BgClassName
{
background-color: #02BDC2;
}
</style>
border-color css
<style>
span { border-color: #02BDC2; }
span { border-color: rgb(2,189,194); }
td.TdClassName
{
border-color: #02BDC2;
}
.TagClassName
{
border-color: #02BDC2;
}
</style>