Shades of Iris Blue #02BAB1
Tints of Iris Blue #02BAB1
RGB
CMYK
RGB Variations
Color information
#02BAB1 (or 0x02BAB1) is known color: Iris Blue. HEX triplet: 02, BA and B1. RGB value is (2,186,177). Sum of RGB (Red+Green+Blue) = 2+186+177=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #02BAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BAB1 is #FD454E. Grayscale: #818181. Windows color (decimal): -16598351 or 11647490. OLE color: 11647490.
HSL color Cylindrical-coordinate representation of color #02BAB1: hue angle of 177.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BAB1 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 186 | 177 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.27 |
| HSL | 177.07º | 0.98% | 0.37% | - |
| HSV(B) | 177.07º | 0.99% | 0.73% | - |
| XYZ | 25.52 | 38.31 | 47.64 | - |
| YUV | 129.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 186 | 177 | 0.99 | 0 | 0.05 | 0.27 | 177.07 | 0.98 | 0.37 |
| Hex | 2 | BA | B1 | 63 | 0 | 5 | 1B | B1 | 62 | 25 |
| Octal | 2 | 272 | 261 | 143 | 0 | 5 | 33 | 261 | 142 | 45 |
| Binary | 10 | 10111010 | 10110001 | 1100011 | 0 | 101 | 11011 | 10110001 | 1100010 | 100101 |
Color Harmonies of #02BAB1
Complementary color
Monochromatic Colors of #02BAB1
Black with #02BAB1
Text Example
Text Example
White with #02BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BAB1; }
p { color: rgb(2,186,177); }
H1.HeaderClassName
{
color: #02BAB1;
}
.AnyTagClassName
{
color: #02BAB1;
}
</style>
background-color css
<style>
a { background-color: #02BAB1; }
a { background-color: rgb(2,186,177); }
div.DivClassName
{
background-color: #02BAB1;
}
.BgClassName
{
background-color: #02BAB1;
}
</style>
border-color css
<style>
span { border-color: #02BAB1; }
span { border-color: rgb(2,186,177); }
td.TdClassName
{
border-color: #02BAB1;
}
.TagClassName
{
border-color: #02BAB1;
}
</style>