Shades of Iris Blue #01ABBC
Tints of Iris Blue #01ABBC
RGB
CMYK
RGB Variations
Color information
#01ABBC (or 0x01ABBC) is known color: Iris Blue. HEX triplet: 01, AB and BC. RGB value is (1,171,188). Sum of RGB (Red+Green+Blue) = 1+171+188=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #01ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABBC is #FE5443. Grayscale: #797979. Windows color (decimal): -16667716 or 12364545. OLE color: 12364545.
HSL color Cylindrical-coordinate representation of color #01ABBC: hue angle of 185.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ABBC is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 171 | 188 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.26 |
| HSL | 185.45º | 0.99% | 0.37% | - |
| HSV(B) | 185.45º | 0.99% | 0.74% | - |
| XYZ | 23.65 | 32.76 | 52.65 | - |
| YUV | 122.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 188 | 0.99 | 0.09 | 0 | 0.26 | 185.45 | 0.99 | 0.37 |
| Hex | 1 | AB | BC | 63 | 9 | 0 | 1A | B9 | 63 | 25 |
| Octal | 1 | 253 | 274 | 143 | 11 | 0 | 32 | 271 | 143 | 45 |
| Binary | 1 | 10101011 | 10111100 | 1100011 | 1001 | 0 | 11010 | 10111001 | 1100011 | 100101 |
Color Harmonies of #01ABBC
Complementary color
Monochromatic Colors of #01ABBC
Black with #01ABBC
Text Example
Text Example
White with #01ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABBC; }
p { color: rgb(1,171,188); }
H1.HeaderClassName
{
color: #01ABBC;
}
.AnyTagClassName
{
color: #01ABBC;
}
</style>
background-color css
<style>
a { background-color: #01ABBC; }
a { background-color: rgb(1,171,188); }
div.DivClassName
{
background-color: #01ABBC;
}
.BgClassName
{
background-color: #01ABBC;
}
</style>
border-color css
<style>
span { border-color: #01ABBC; }
span { border-color: rgb(1,171,188); }
td.TdClassName
{
border-color: #01ABBC;
}
.TagClassName
{
border-color: #01ABBC;
}
</style>