Shades of Iris Blue #02BCD2
Tints of Iris Blue #02BCD2
RGB
CMYK
RGB Variations
Color information
#02BCD2 (or 0x02BCD2) is known color: Iris Blue. HEX triplet: 02, BC and D2. RGB value is (2,188,210). Sum of RGB (Red+Green+Blue) = 2+188+210=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #02BCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCD2 is #FD432D. Grayscale: #868686. Windows color (decimal): -16597806 or 13810690. OLE color: 13810690.
HSL color Cylindrical-coordinate representation of color #02BCD2: hue angle of 186.35º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCD2 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 188 | 210 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.18 |
| HSL | 186.35º | 0.98% | 0.42% | - |
| HSV(B) | 186.35º | 0.99% | 0.82% | - |
| XYZ | 29.64 | 40.63 | 67.25 | - |
| YUV | 134.89 | 170.38 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 210 | 0.99 | 0.10 | 0 | 0.18 | 186.35 | 0.98 | 0.42 |
| Hex | 2 | BC | D2 | 63 | A | 0 | 12 | BA | 62 | 2A |
| Octal | 2 | 274 | 322 | 143 | 12 | 0 | 22 | 272 | 142 | 52 |
| Binary | 10 | 10111100 | 11010010 | 1100011 | 1010 | 0 | 10010 | 10111010 | 1100010 | 101010 |
Color Harmonies of #02BCD2
Complementary color
Monochromatic Colors of #02BCD2
Black with #02BCD2
Text Example
Text Example
White with #02BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCD2; }
p { color: rgb(2,188,210); }
H1.HeaderClassName
{
color: #02BCD2;
}
.AnyTagClassName
{
color: #02BCD2;
}
</style>
background-color css
<style>
a { background-color: #02BCD2; }
a { background-color: rgb(2,188,210); }
div.DivClassName
{
background-color: #02BCD2;
}
.BgClassName
{
background-color: #02BCD2;
}
</style>
border-color css
<style>
span { border-color: #02BCD2; }
span { border-color: rgb(2,188,210); }
td.TdClassName
{
border-color: #02BCD2;
}
.TagClassName
{
border-color: #02BCD2;
}
</style>