Shades of Iris Blue #00ABCD
Tints of Iris Blue #00ABCD
RGB
CMYK
RGB Variations
Color information
#00ABCD (or 0x00ABCD) is known color: Iris Blue. HEX triplet: 00, AB and CD. RGB value is (0,171,205). Sum of RGB (Red+Green+Blue) = 0+171+205=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #00ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABCD is #FF5432. Grayscale: #7B7B7B. Windows color (decimal): -16733235 or 13478656. OLE color: 13478656.
HSL color Cylindrical-coordinate representation of color #00ABCD: hue angle of 189.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABCD is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 171 | 205 | - |
| CMYK | 1 | 0.17 | 0 | 0.20 |
| HSL | 189.95º | 1% | 0.4% | - |
| HSV(B) | 189.95º | 1% | 0.8% | - |
| XYZ | 25.58 | 33.53 | 62.88 | - |
| YUV | 123.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 205 | 1 | 0.17 | 0 | 0.20 | 189.95 | 1 | 0.4 |
| Hex | 0 | AB | CD | 64 | 11 | 0 | 14 | BE | 64 | 28 |
| Octal | 0 | 253 | 315 | 144 | 21 | 0 | 24 | 276 | 144 | 50 |
| Binary | 0 | 10101011 | 11001101 | 1100100 | 10001 | 0 | 10100 | 10111110 | 1100100 | 101000 |
Color Harmonies of #00ABCD
Complementary color
Monochromatic Colors of #00ABCD
Black with #00ABCD
Text Example
Text Example
White with #00ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABCD; }
p { color: rgb(0,171,205); }
H1.HeaderClassName
{
color: #00ABCD;
}
.AnyTagClassName
{
color: #00ABCD;
}
</style>
background-color css
<style>
a { background-color: #00ABCD; }
a { background-color: rgb(0,171,205); }
div.DivClassName
{
background-color: #00ABCD;
}
.BgClassName
{
background-color: #00ABCD;
}
</style>
border-color css
<style>
span { border-color: #00ABCD; }
span { border-color: rgb(0,171,205); }
td.TdClassName
{
border-color: #00ABCD;
}
.TagClassName
{
border-color: #00ABCD;
}
</style>