Shades of Iris Blue #01ABC0
Tints of Iris Blue #01ABC0
RGB
CMYK
RGB Variations
Color information
#01ABC0 (or 0x01ABC0) is known color: Iris Blue. HEX triplet: 01, AB and C0. RGB value is (1,171,192). Sum of RGB (Red+Green+Blue) = 1+171+192=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #01ABC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABC0 is #FE543F. Grayscale: #7A7A7A. Windows color (decimal): -16667712 or 12626689. OLE color: 12626689.
HSL color Cylindrical-coordinate representation of color #01ABC0: hue angle of 186.6º 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 #01ABC0 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 171 | 192 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.25 |
| HSL | 186.6º | 0.99% | 0.38% | - |
| HSV(B) | 186.6º | 0.99% | 0.75% | - |
| XYZ | 24.09 | 32.94 | 54.96 | - |
| YUV | 122.56 | 167.18 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 192 | 0.99 | 0.11 | 0 | 0.25 | 186.6 | 0.99 | 0.38 |
| Hex | 1 | AB | C0 | 63 | B | 0 | 19 | BB | 63 | 26 |
| Octal | 1 | 253 | 300 | 143 | 13 | 0 | 31 | 273 | 143 | 46 |
| Binary | 1 | 10101011 | 11000000 | 1100011 | 1011 | 0 | 11001 | 10111011 | 1100011 | 100110 |
Color Harmonies of #01ABC0
Complementary color
Monochromatic Colors of #01ABC0
Black with #01ABC0
Text Example
Text Example
White with #01ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABC0; }
p { color: rgb(1,171,192); }
H1.HeaderClassName
{
color: #01ABC0;
}
.AnyTagClassName
{
color: #01ABC0;
}
</style>
background-color css
<style>
a { background-color: #01ABC0; }
a { background-color: rgb(1,171,192); }
div.DivClassName
{
background-color: #01ABC0;
}
.BgClassName
{
background-color: #01ABC0;
}
</style>
border-color css
<style>
span { border-color: #01ABC0; }
span { border-color: rgb(1,171,192); }
td.TdClassName
{
border-color: #01ABC0;
}
.TagClassName
{
border-color: #01ABC0;
}
</style>