Shades of Iris Blue #01ABDD
Tints of Iris Blue #01ABDD
RGB
CMYK
RGB Variations
Color information
#01ABDD (or 0x01ABDD) is known color: Iris Blue. HEX triplet: 01, AB and DD. RGB value is (1,171,221). Sum of RGB (Red+Green+Blue) = 1+171+221=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #01ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABDD is #FE5422. Grayscale: #7D7D7D. Windows color (decimal): -16667683 or 14527233. OLE color: 14527233.
HSL color Cylindrical-coordinate representation of color #01ABDD: hue angle of 193.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABDD is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 171 | 221 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.13 |
| HSL | 193.64º | 0.99% | 0.44% | - |
| HSV(B) | 193.64º | 1% | 0.87% | - |
| XYZ | 27.63 | 34.35 | 73.58 | - |
| YUV | 125.87 | 181.68 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 221 | 1.00 | 0.23 | 0 | 0.13 | 193.64 | 0.99 | 0.44 |
| Hex | 1 | AB | DD | 64 | 17 | 0 | D | C2 | 63 | 2C |
| Octal | 1 | 253 | 335 | 144 | 27 | 0 | 15 | 302 | 143 | 54 |
| Binary | 1 | 10101011 | 11011101 | 1100100 | 10111 | 0 | 1101 | 11000010 | 1100011 | 101100 |
Color Harmonies of #01ABDD
Complementary color
Monochromatic Colors of #01ABDD
Black with #01ABDD
Text Example
Text Example
White with #01ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABDD; }
p { color: rgb(1,171,221); }
H1.HeaderClassName
{
color: #01ABDD;
}
.AnyTagClassName
{
color: #01ABDD;
}
</style>
background-color css
<style>
a { background-color: #01ABDD; }
a { background-color: rgb(1,171,221); }
div.DivClassName
{
background-color: #01ABDD;
}
.BgClassName
{
background-color: #01ABDD;
}
</style>
border-color css
<style>
span { border-color: #01ABDD; }
span { border-color: rgb(1,171,221); }
td.TdClassName
{
border-color: #01ABDD;
}
.TagClassName
{
border-color: #01ABDD;
}
</style>