Shades of Iris Blue #00ABDC
Tints of Iris Blue #00ABDC
RGB
CMYK
RGB Variations
Color information
#00ABDC (or 0x00ABDC) is known color: Iris Blue. HEX triplet: 00, AB and DC. RGB value is (0,171,220). Sum of RGB (Red+Green+Blue) = 0+171+220=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #00ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABDC is #FF5423. Grayscale: #7D7D7D. Windows color (decimal): -16733220 or 14461696. OLE color: 14461696.
HSL color Cylindrical-coordinate representation of color #00ABDC: hue angle of 193.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABDC is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 171 | 220 | - |
| CMYK | 1 | 0.22 | 0 | 0.14 |
| HSL | 193.36º | 1% | 0.43% | - |
| HSV(B) | 193.36º | 1% | 0.86% | - |
| XYZ | 27.48 | 34.29 | 72.88 | - |
| YUV | 125.46 | 181.35 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 220 | 1 | 0.22 | 0 | 0.14 | 193.36 | 1 | 0.43 |
| Hex | 0 | AB | DC | 64 | 16 | 0 | E | C1 | 64 | 2B |
| Octal | 0 | 253 | 334 | 144 | 26 | 0 | 16 | 301 | 144 | 53 |
| Binary | 0 | 10101011 | 11011100 | 1100100 | 10110 | 0 | 1110 | 11000001 | 1100100 | 101011 |
Color Harmonies of #00ABDC
Complementary color
Monochromatic Colors of #00ABDC
Black with #00ABDC
Text Example
Text Example
White with #00ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABDC; }
p { color: rgb(0,171,220); }
H1.HeaderClassName
{
color: #00ABDC;
}
.AnyTagClassName
{
color: #00ABDC;
}
</style>
background-color css
<style>
a { background-color: #00ABDC; }
a { background-color: rgb(0,171,220); }
div.DivClassName
{
background-color: #00ABDC;
}
.BgClassName
{
background-color: #00ABDC;
}
</style>
border-color css
<style>
span { border-color: #00ABDC; }
span { border-color: rgb(0,171,220); }
td.TdClassName
{
border-color: #00ABDC;
}
.TagClassName
{
border-color: #00ABDC;
}
</style>