Shades of Iris Blue #02BACE
Tints of Iris Blue #02BACE
RGB
CMYK
RGB Variations
Color information
#02BACE (or 0x02BACE) is known color: Iris Blue. HEX triplet: 02, BA and CE. RGB value is (2,186,206). Sum of RGB (Red+Green+Blue) = 2+186+206=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #02BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BACE is #FD4531. Grayscale: #858585. Windows color (decimal): -16598322 or 13548034. OLE color: 13548034.
HSL color Cylindrical-coordinate representation of color #02BACE: hue angle of 185.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BACE is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 186 | 206 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.19 |
| HSL | 185.88º | 0.98% | 0.41% | - |
| HSV(B) | 185.88º | 0.99% | 0.81% | - |
| XYZ | 28.72 | 39.59 | 64.52 | - |
| YUV | 133.26 | 169.04 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 206 | 0.99 | 0.10 | 0 | 0.19 | 185.88 | 0.98 | 0.41 |
| Hex | 2 | BA | CE | 63 | A | 0 | 13 | BA | 62 | 29 |
| Octal | 2 | 272 | 316 | 143 | 12 | 0 | 23 | 272 | 142 | 51 |
| Binary | 10 | 10111010 | 11001110 | 1100011 | 1010 | 0 | 10011 | 10111010 | 1100010 | 101001 |
Color Harmonies of #02BACE
Complementary color
Monochromatic Colors of #02BACE
Black with #02BACE
Text Example
Text Example
White with #02BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BACE; }
p { color: rgb(2,186,206); }
H1.HeaderClassName
{
color: #02BACE;
}
.AnyTagClassName
{
color: #02BACE;
}
</style>
background-color css
<style>
a { background-color: #02BACE; }
a { background-color: rgb(2,186,206); }
div.DivClassName
{
background-color: #02BACE;
}
.BgClassName
{
background-color: #02BACE;
}
</style>
border-color css
<style>
span { border-color: #02BACE; }
span { border-color: rgb(2,186,206); }
td.TdClassName
{
border-color: #02BACE;
}
.TagClassName
{
border-color: #02BACE;
}
</style>