Shades of Iris Blue #02B8CA
Tints of Iris Blue #02B8CA
RGB
CMYK
RGB Variations
Color information
#02B8CA (or 0x02B8CA) is known color: Iris Blue. HEX triplet: 02, B8 and CA. RGB value is (2,184,202). Sum of RGB (Red+Green+Blue) = 2+184+202=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #02B8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8CA is #FD4735. Grayscale: #838383. Windows color (decimal): -16598838 or 13285378. OLE color: 13285378.
HSL color Cylindrical-coordinate representation of color #02B8CA: hue angle of 185.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8CA is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 184 | 202 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.21 |
| HSL | 185.4º | 0.98% | 0.4% | - |
| HSV(B) | 185.4º | 0.99% | 0.79% | - |
| XYZ | 27.83 | 38.56 | 61.85 | - |
| YUV | 131.63 | 167.7 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 202 | 0.99 | 0.09 | 0 | 0.21 | 185.4 | 0.98 | 0.4 |
| Hex | 2 | B8 | CA | 63 | 9 | 0 | 15 | B9 | 62 | 28 |
| Octal | 2 | 270 | 312 | 143 | 11 | 0 | 25 | 271 | 142 | 50 |
| Binary | 10 | 10111000 | 11001010 | 1100011 | 1001 | 0 | 10101 | 10111001 | 1100010 | 101000 |
Color Harmonies of #02B8CA
Complementary color
Monochromatic Colors of #02B8CA
Black with #02B8CA
Text Example
Text Example
White with #02B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B8CA; }
p { color: rgb(2,184,202); }
H1.HeaderClassName
{
color: #02B8CA;
}
.AnyTagClassName
{
color: #02B8CA;
}
</style>
background-color css
<style>
a { background-color: #02B8CA; }
a { background-color: rgb(2,184,202); }
div.DivClassName
{
background-color: #02B8CA;
}
.BgClassName
{
background-color: #02B8CA;
}
</style>
border-color css
<style>
span { border-color: #02B8CA; }
span { border-color: rgb(2,184,202); }
td.TdClassName
{
border-color: #02B8CA;
}
.TagClassName
{
border-color: #02B8CA;
}
</style>