Shades of Iris Blue #02BAC2
Tints of Iris Blue #02BAC2
RGB
CMYK
RGB Variations
Color information
#02BAC2 (or 0x02BAC2) is known color: Iris Blue. HEX triplet: 02, BA and C2. RGB value is (2,186,194). Sum of RGB (Red+Green+Blue) = 2+186+194=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #02BAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BAC2 is #FD453D. Grayscale: #838383. Windows color (decimal): -16598334 or 12761602. OLE color: 12761602.
HSL color Cylindrical-coordinate representation of color #02BAC2: hue angle of 182.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BAC2 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 186 | 194 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.24 |
| HSL | 182.5º | 0.98% | 0.38% | - |
| HSV(B) | 182.5º | 0.99% | 0.76% | - |
| XYZ | 27.32 | 39.03 | 57.13 | - |
| YUV | 131.9 | 163.04 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 194 | 0.99 | 0.04 | 0 | 0.24 | 182.5 | 0.98 | 0.38 |
| Hex | 2 | BA | C2 | 63 | 4 | 0 | 18 | B6 | 62 | 26 |
| Octal | 2 | 272 | 302 | 143 | 4 | 0 | 30 | 266 | 142 | 46 |
| Binary | 10 | 10111010 | 11000010 | 1100011 | 100 | 0 | 11000 | 10110110 | 1100010 | 100110 |
Color Harmonies of #02BAC2
Complementary color
Monochromatic Colors of #02BAC2
Black with #02BAC2
Text Example
Text Example
White with #02BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BAC2; }
p { color: rgb(2,186,194); }
H1.HeaderClassName
{
color: #02BAC2;
}
.AnyTagClassName
{
color: #02BAC2;
}
</style>
background-color css
<style>
a { background-color: #02BAC2; }
a { background-color: rgb(2,186,194); }
div.DivClassName
{
background-color: #02BAC2;
}
.BgClassName
{
background-color: #02BAC2;
}
</style>
border-color css
<style>
span { border-color: #02BAC2; }
span { border-color: rgb(2,186,194); }
td.TdClassName
{
border-color: #02BAC2;
}
.TagClassName
{
border-color: #02BAC2;
}
</style>