Shades of Iris Blue #02BCC3
Tints of Iris Blue #02BCC3
RGB
CMYK
RGB Variations
Color information
#02BCC3 (or 0x02BCC3) is known color: Iris Blue. HEX triplet: 02, BC and C3. RGB value is (2,188,195). Sum of RGB (Red+Green+Blue) = 2+188+195=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #02BCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCC3 is #FD433C. Grayscale: #848484. Windows color (decimal): -16597821 or 12827650. OLE color: 12827650.
HSL color Cylindrical-coordinate representation of color #02BCC3: hue angle of 182.18º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCC3 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 188 | 195 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.24 |
| HSL | 182.18º | 0.98% | 0.39% | - |
| HSV(B) | 182.18º | 0.99% | 0.76% | - |
| XYZ | 27.86 | 39.92 | 57.87 | - |
| YUV | 133.18 | 162.88 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 195 | 0.99 | 0.04 | 0 | 0.24 | 182.18 | 0.98 | 0.39 |
| Hex | 2 | BC | C3 | 63 | 4 | 0 | 18 | B6 | 62 | 27 |
| Octal | 2 | 274 | 303 | 143 | 4 | 0 | 30 | 266 | 142 | 47 |
| Binary | 10 | 10111100 | 11000011 | 1100011 | 100 | 0 | 11000 | 10110110 | 1100010 | 100111 |
Color Harmonies of #02BCC3
Complementary color
Monochromatic Colors of #02BCC3
Black with #02BCC3
Text Example
Text Example
White with #02BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BCC3; }
p { color: rgb(2,188,195); }
H1.HeaderClassName
{
color: #02BCC3;
}
.AnyTagClassName
{
color: #02BCC3;
}
</style>
background-color css
<style>
a { background-color: #02BCC3; }
a { background-color: rgb(2,188,195); }
div.DivClassName
{
background-color: #02BCC3;
}
.BgClassName
{
background-color: #02BCC3;
}
</style>
border-color css
<style>
span { border-color: #02BCC3; }
span { border-color: rgb(2,188,195); }
td.TdClassName
{
border-color: #02BCC3;
}
.TagClassName
{
border-color: #02BCC3;
}
</style>