Shades of Iris Blue #02BEC5
Tints of Iris Blue #02BEC5
RGB
CMYK
RGB Variations
Color information
#02BEC5 (or 0x02BEC5) is known color: Iris Blue. HEX triplet: 02, BE and C5. RGB value is (2,190,197). Sum of RGB (Red+Green+Blue) = 2+190+197=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #02BEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEC5 is #FD413A. Grayscale: #868686. Windows color (decimal): -16597307 or 12959234. OLE color: 12959234.
HSL color Cylindrical-coordinate representation of color #02BEC5: hue angle of 182.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BEC5 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 190 | 197 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.23 |
| HSL | 182.15º | 0.98% | 0.39% | - |
| HSV(B) | 182.15º | 0.99% | 0.77% | - |
| XYZ | 28.52 | 40.87 | 59.21 | - |
| YUV | 134.59 | 163.22 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 190 | 197 | 0.99 | 0.04 | 0 | 0.23 | 182.15 | 0.98 | 0.39 |
| Hex | 2 | BE | C5 | 63 | 4 | 0 | 17 | B6 | 62 | 27 |
| Octal | 2 | 276 | 305 | 143 | 4 | 0 | 27 | 266 | 142 | 47 |
| Binary | 10 | 10111110 | 11000101 | 1100011 | 100 | 0 | 10111 | 10110110 | 1100010 | 100111 |
Color Harmonies of #02BEC5
Complementary color
Monochromatic Colors of #02BEC5
Black with #02BEC5
Text Example
Text Example
White with #02BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BEC5; }
p { color: rgb(2,190,197); }
H1.HeaderClassName
{
color: #02BEC5;
}
.AnyTagClassName
{
color: #02BEC5;
}
</style>
background-color css
<style>
a { background-color: #02BEC5; }
a { background-color: rgb(2,190,197); }
div.DivClassName
{
background-color: #02BEC5;
}
.BgClassName
{
background-color: #02BEC5;
}
</style>
border-color css
<style>
span { border-color: #02BEC5; }
span { border-color: rgb(2,190,197); }
td.TdClassName
{
border-color: #02BEC5;
}
.TagClassName
{
border-color: #02BEC5;
}
</style>