Shades of Iris Blue #00ABCF
Tints of Iris Blue #00ABCF
RGB
CMYK
RGB Variations
Color information
#00ABCF (or 0x00ABCF) is known color: Iris Blue. HEX triplet: 00, AB and CF. RGB value is (0,171,207). Sum of RGB (Red+Green+Blue) = 0+171+207=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #00ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABCF is #FF5430. Grayscale: #7B7B7B. Windows color (decimal): -16733233 or 13609728. OLE color: 13609728.
HSL color Cylindrical-coordinate representation of color #00ABCF: hue angle of 190.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABCF is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 171 | 207 | - |
| CMYK | 1 | 0.17 | 0 | 0.19 |
| HSL | 190.43º | 1% | 0.41% | - |
| HSV(B) | 190.43º | 1% | 0.81% | - |
| XYZ | 25.83 | 33.63 | 64.16 | - |
| YUV | 123.98 | 174.85 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 207 | 1 | 0.17 | 0 | 0.19 | 190.43 | 1 | 0.41 |
| Hex | 0 | AB | CF | 64 | 11 | 0 | 13 | BE | 64 | 29 |
| Octal | 0 | 253 | 317 | 144 | 21 | 0 | 23 | 276 | 144 | 51 |
| Binary | 0 | 10101011 | 11001111 | 1100100 | 10001 | 0 | 10011 | 10111110 | 1100100 | 101001 |
Color Harmonies of #00ABCF
Complementary color
Monochromatic Colors of #00ABCF
Black with #00ABCF
Text Example
Text Example
White with #00ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABCF; }
p { color: rgb(0,171,207); }
H1.HeaderClassName
{
color: #00ABCF;
}
.AnyTagClassName
{
color: #00ABCF;
}
</style>
background-color css
<style>
a { background-color: #00ABCF; }
a { background-color: rgb(0,171,207); }
div.DivClassName
{
background-color: #00ABCF;
}
.BgClassName
{
background-color: #00ABCF;
}
</style>
border-color css
<style>
span { border-color: #00ABCF; }
span { border-color: rgb(0,171,207); }
td.TdClassName
{
border-color: #00ABCF;
}
.TagClassName
{
border-color: #00ABCF;
}
</style>