Shades of Iris Blue #02BAD2
Tints of Iris Blue #02BAD2
RGB
CMYK
RGB Variations
Color information
#02BAD2 (or 0x02BAD2) is known color: Iris Blue. HEX triplet: 02, BA and D2. RGB value is (2,186,210). Sum of RGB (Red+Green+Blue) = 2+186+210=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 210 (82.42% from 255 or 52.76% from 398); Max value from RGB is 210 - color contains mainly: blue. Hex color #02BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BAD2 is #FD452D. Grayscale: #858585. Windows color (decimal): -16598318 or 13810178. OLE color: 13810178.
HSL color Cylindrical-coordinate representation of color #02BAD2: hue angle of 186.92º 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 #02BAD2 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 186 | 210 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.18 |
| HSL | 186.92º | 0.98% | 0.42% | - |
| HSV(B) | 186.92º | 0.99% | 0.82% | - |
| XYZ | 29.22 | 39.78 | 67.11 | - |
| YUV | 133.72 | 171.04 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 210 | 0.99 | 0.11 | 0 | 0.18 | 186.92 | 0.98 | 0.42 |
| Hex | 2 | BA | D2 | 63 | B | 0 | 12 | BB | 62 | 2A |
| Octal | 2 | 272 | 322 | 143 | 13 | 0 | 22 | 273 | 142 | 52 |
| Binary | 10 | 10111010 | 11010010 | 1100011 | 1011 | 0 | 10010 | 10111011 | 1100010 | 101010 |
Color Harmonies of #02BAD2
Complementary color
Monochromatic Colors of #02BAD2
Black with #02BAD2
Text Example
Text Example
White with #02BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BAD2; }
p { color: rgb(2,186,210); }
H1.HeaderClassName
{
color: #02BAD2;
}
.AnyTagClassName
{
color: #02BAD2;
}
</style>
background-color css
<style>
a { background-color: #02BAD2; }
a { background-color: rgb(2,186,210); }
div.DivClassName
{
background-color: #02BAD2;
}
.BgClassName
{
background-color: #02BAD2;
}
</style>
border-color css
<style>
span { border-color: #02BAD2; }
span { border-color: rgb(2,186,210); }
td.TdClassName
{
border-color: #02BAD2;
}
.TagClassName
{
border-color: #02BAD2;
}
</style>