Shades of Iris Blue #00ABDA
Tints of Iris Blue #00ABDA
RGB
CMYK
RGB Variations
Color information
#00ABDA (or 0x00ABDA) is known color: Iris Blue. HEX triplet: 00, AB and DA. RGB value is (0,171,218). Sum of RGB (Red+Green+Blue) = 0+171+218=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #00ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABDA is #FF5425. Grayscale: #7C7C7C. Windows color (decimal): -16733222 or 14330624. OLE color: 14330624.
HSL color Cylindrical-coordinate representation of color #00ABDA: hue angle of 192.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABDA is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 171 | 218 | - |
| CMYK | 1 | 0.22 | 0 | 0.15 |
| HSL | 192.94º | 1% | 0.43% | - |
| HSV(B) | 192.94º | 1% | 0.85% | - |
| XYZ | 27.22 | 34.19 | 71.49 | - |
| YUV | 125.23 | 180.35 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 218 | 1 | 0.22 | 0 | 0.15 | 192.94 | 1 | 0.43 |
| Hex | 0 | AB | DA | 64 | 16 | 0 | F | C1 | 64 | 2B |
| Octal | 0 | 253 | 332 | 144 | 26 | 0 | 17 | 301 | 144 | 53 |
| Binary | 0 | 10101011 | 11011010 | 1100100 | 10110 | 0 | 1111 | 11000001 | 1100100 | 101011 |
Color Harmonies of #00ABDA
Complementary color
Monochromatic Colors of #00ABDA
Black with #00ABDA
Text Example
Text Example
White with #00ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABDA; }
p { color: rgb(0,171,218); }
H1.HeaderClassName
{
color: #00ABDA;
}
.AnyTagClassName
{
color: #00ABDA;
}
</style>
background-color css
<style>
a { background-color: #00ABDA; }
a { background-color: rgb(0,171,218); }
div.DivClassName
{
background-color: #00ABDA;
}
.BgClassName
{
background-color: #00ABDA;
}
</style>
border-color css
<style>
span { border-color: #00ABDA; }
span { border-color: rgb(0,171,218); }
td.TdClassName
{
border-color: #00ABDA;
}
.TagClassName
{
border-color: #00ABDA;
}
</style>