Shades of Iris Blue #00ABDF
Tints of Iris Blue #00ABDF
RGB
CMYK
RGB Variations
Color information
#00ABDF (or 0x00ABDF) is known color: Iris Blue. HEX triplet: 00, AB and DF. RGB value is (0,171,223). Sum of RGB (Red+Green+Blue) = 0+171+223=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #00ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABDF is #FF5420. Grayscale: #7D7D7D. Windows color (decimal): -16733217 or 14658304. OLE color: 14658304.
HSL color Cylindrical-coordinate representation of color #00ABDF: hue angle of 193.99º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABDF is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 171 | 223 | - |
| CMYK | 1 | 0.23 | 0 | 0.13 |
| HSL | 193.99º | 1% | 0.44% | - |
| HSV(B) | 193.99º | 1% | 0.87% | - |
| XYZ | 27.88 | 34.45 | 74.99 | - |
| YUV | 125.8 | 182.85 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 223 | 1 | 0.23 | 0 | 0.13 | 193.99 | 1 | 0.44 |
| Hex | 0 | AB | DF | 64 | 17 | 0 | D | C2 | 64 | 2C |
| Octal | 0 | 253 | 337 | 144 | 27 | 0 | 15 | 302 | 144 | 54 |
| Binary | 0 | 10101011 | 11011111 | 1100100 | 10111 | 0 | 1101 | 11000010 | 1100100 | 101100 |
Color Harmonies of #00ABDF
Complementary color
Monochromatic Colors of #00ABDF
Black with #00ABDF
Text Example
Text Example
White with #00ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABDF; }
p { color: rgb(0,171,223); }
H1.HeaderClassName
{
color: #00ABDF;
}
.AnyTagClassName
{
color: #00ABDF;
}
</style>
background-color css
<style>
a { background-color: #00ABDF; }
a { background-color: rgb(0,171,223); }
div.DivClassName
{
background-color: #00ABDF;
}
.BgClassName
{
background-color: #00ABDF;
}
</style>
border-color css
<style>
span { border-color: #00ABDF; }
span { border-color: rgb(0,171,223); }
td.TdClassName
{
border-color: #00ABDF;
}
.TagClassName
{
border-color: #00ABDF;
}
</style>