Shades of Iris Blue #01BACC
Tints of Iris Blue #01BACC
RGB
CMYK
RGB Variations
Color information
#01BACC (or 0x01BACC) is known color: Iris Blue. HEX triplet: 01, BA and CC. RGB value is (1,186,204). Sum of RGB (Red+Green+Blue) = 1+186+204=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #01BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BACC is #FE4533. Grayscale: #848484. Windows color (decimal): -16663860 or 13416961. OLE color: 13416961.
HSL color Cylindrical-coordinate representation of color #01BACC: hue angle of 185.32º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BACC is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 186 | 204 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.2 |
| HSL | 185.32º | 0.99% | 0.4% | - |
| HSV(B) | 185.32º | 1% | 0.8% | - |
| XYZ | 28.47 | 39.48 | 63.25 | - |
| YUV | 132.74 | 168.21 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 204 | 1.00 | 0.09 | 0 | 0.2 | 185.32 | 0.99 | 0.4 |
| Hex | 1 | BA | CC | 64 | 9 | 0 | 14 | B9 | 63 | 28 |
| Octal | 1 | 272 | 314 | 144 | 11 | 0 | 24 | 271 | 143 | 50 |
| Binary | 1 | 10111010 | 11001100 | 1100100 | 1001 | 0 | 10100 | 10111001 | 1100011 | 101000 |
Color Harmonies of #01BACC
Complementary color
Monochromatic Colors of #01BACC
Black with #01BACC
Text Example
Text Example
White with #01BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BACC; }
p { color: rgb(1,186,204); }
H1.HeaderClassName
{
color: #01BACC;
}
.AnyTagClassName
{
color: #01BACC;
}
</style>
background-color css
<style>
a { background-color: #01BACC; }
a { background-color: rgb(1,186,204); }
div.DivClassName
{
background-color: #01BACC;
}
.BgClassName
{
background-color: #01BACC;
}
</style>
border-color css
<style>
span { border-color: #01BACC; }
span { border-color: rgb(1,186,204); }
td.TdClassName
{
border-color: #01BACC;
}
.TagClassName
{
border-color: #01BACC;
}
</style>