Shades of Iris Blue #02BDC6
Tints of Iris Blue #02BDC6
RGB
CMYK
RGB Variations
Color information
#02BDC6 (or 0x02BDC6) is known color: Iris Blue. HEX triplet: 02, BD and C6. RGB value is (2,189,198). Sum of RGB (Red+Green+Blue) = 2+189+198=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #02BDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDC6 is #FD4239. Grayscale: #858585. Windows color (decimal): -16597562 or 13024514. OLE color: 13024514.
HSL color Cylindrical-coordinate representation of color #02BDC6: hue angle of 182.76º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDC6 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 189 | 198 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.22 |
| HSL | 182.76º | 0.98% | 0.39% | - |
| HSV(B) | 182.76º | 0.99% | 0.78% | - |
| XYZ | 28.42 | 40.49 | 59.74 | - |
| YUV | 134.11 | 164.05 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 198 | 0.99 | 0.05 | 0 | 0.22 | 182.76 | 0.98 | 0.39 |
| Hex | 2 | BD | C6 | 63 | 5 | 0 | 16 | B7 | 62 | 27 |
| Octal | 2 | 275 | 306 | 143 | 5 | 0 | 26 | 267 | 142 | 47 |
| Binary | 10 | 10111101 | 11000110 | 1100011 | 101 | 0 | 10110 | 10110111 | 1100010 | 100111 |
Color Harmonies of #02BDC6
Complementary color
Monochromatic Colors of #02BDC6
Black with #02BDC6
Text Example
Text Example
White with #02BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDC6; }
p { color: rgb(2,189,198); }
H1.HeaderClassName
{
color: #02BDC6;
}
.AnyTagClassName
{
color: #02BDC6;
}
</style>
background-color css
<style>
a { background-color: #02BDC6; }
a { background-color: rgb(2,189,198); }
div.DivClassName
{
background-color: #02BDC6;
}
.BgClassName
{
background-color: #02BDC6;
}
</style>
border-color css
<style>
span { border-color: #02BDC6; }
span { border-color: rgb(2,189,198); }
td.TdClassName
{
border-color: #02BDC6;
}
.TagClassName
{
border-color: #02BDC6;
}
</style>