Shades of Iris Blue #01ABDE
Tints of Iris Blue #01ABDE
RGB
CMYK
RGB Variations
Color information
#01ABDE (or 0x01ABDE) is known color: Iris Blue. HEX triplet: 01, AB and DE. RGB value is (1,171,222). Sum of RGB (Red+Green+Blue) = 1+171+222=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #01ABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABDE is #FE5421. Grayscale: #7D7D7D. Windows color (decimal): -16667682 or 14592769. OLE color: 14592769.
HSL color Cylindrical-coordinate representation of color #01ABDE: hue angle of 193.85º 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 #01ABDE is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 171 | 222 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.13 |
| HSL | 193.85º | 0.99% | 0.44% | - |
| HSV(B) | 193.85º | 1% | 0.87% | - |
| XYZ | 27.76 | 34.41 | 74.29 | - |
| YUV | 125.98 | 182.18 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 222 | 1.00 | 0.23 | 0 | 0.13 | 193.85 | 0.99 | 0.44 |
| Hex | 1 | AB | DE | 64 | 17 | 0 | D | C2 | 63 | 2C |
| Octal | 1 | 253 | 336 | 144 | 27 | 0 | 15 | 302 | 143 | 54 |
| Binary | 1 | 10101011 | 11011110 | 1100100 | 10111 | 0 | 1101 | 11000010 | 1100011 | 101100 |
Color Harmonies of #01ABDE
Complementary color
Monochromatic Colors of #01ABDE
Black with #01ABDE
Text Example
Text Example
White with #01ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABDE; }
p { color: rgb(1,171,222); }
H1.HeaderClassName
{
color: #01ABDE;
}
.AnyTagClassName
{
color: #01ABDE;
}
</style>
background-color css
<style>
a { background-color: #01ABDE; }
a { background-color: rgb(1,171,222); }
div.DivClassName
{
background-color: #01ABDE;
}
.BgClassName
{
background-color: #01ABDE;
}
</style>
border-color css
<style>
span { border-color: #01ABDE; }
span { border-color: rgb(1,171,222); }
td.TdClassName
{
border-color: #01ABDE;
}
.TagClassName
{
border-color: #01ABDE;
}
</style>