Shades of Iris Blue #01BAC0
Tints of Iris Blue #01BAC0
RGB
CMYK
RGB Variations
Color information
#01BAC0 (or 0x01BAC0) is known color: Iris Blue. HEX triplet: 01, BA and C0. RGB value is (1,186,192). Sum of RGB (Red+Green+Blue) = 1+186+192=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #01BAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BAC0 is #FE453F. Grayscale: #838383. Windows color (decimal): -16663872 or 12630529. OLE color: 12630529.
HSL color Cylindrical-coordinate representation of color #01BAC0: hue angle of 181.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BAC0 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 186 | 192 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.25 |
| HSL | 181.88º | 0.99% | 0.38% | - |
| HSV(B) | 181.88º | 0.99% | 0.75% | - |
| XYZ | 27.09 | 38.93 | 55.96 | - |
| YUV | 131.37 | 162.21 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 192 | 0.99 | 0.03 | 0 | 0.25 | 181.88 | 0.99 | 0.38 |
| Hex | 1 | BA | C0 | 63 | 3 | 0 | 19 | B6 | 63 | 26 |
| Octal | 1 | 272 | 300 | 143 | 3 | 0 | 31 | 266 | 143 | 46 |
| Binary | 1 | 10111010 | 11000000 | 1100011 | 11 | 0 | 11001 | 10110110 | 1100011 | 100110 |
Color Harmonies of #01BAC0
Complementary color
Monochromatic Colors of #01BAC0
Black with #01BAC0
Text Example
Text Example
White with #01BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BAC0; }
p { color: rgb(1,186,192); }
H1.HeaderClassName
{
color: #01BAC0;
}
.AnyTagClassName
{
color: #01BAC0;
}
</style>
background-color css
<style>
a { background-color: #01BAC0; }
a { background-color: rgb(1,186,192); }
div.DivClassName
{
background-color: #01BAC0;
}
.BgClassName
{
background-color: #01BAC0;
}
</style>
border-color css
<style>
span { border-color: #01BAC0; }
span { border-color: rgb(1,186,192); }
td.TdClassName
{
border-color: #01BAC0;
}
.TagClassName
{
border-color: #01BAC0;
}
</style>