Shades of Deep Sky Blue #00ABFF
Tints of Deep Sky Blue #00ABFF
RGB
CMYK
RGB Variations
Color information
#00ABFF (or 0x00ABFF) is known color: Deep Sky Blue. HEX triplet: 00, AB and FF. RGB value is (0,171,255). Sum of RGB (Red+Green+Blue) = 0+171+255=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #00ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABFF is #FF5400. Grayscale: #808080. Windows color (decimal): -16733185 or 16755456. OLE color: 16755456.
HSL color Cylindrical-coordinate representation of color #00ABFF: hue angle of 199.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABFF is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 171 | 255 | - |
| CMYK | 1 | 0.33 | 0 | 0 |
| HSL | 199.76º | 1% | 0.5% | - |
| HSV(B) | 199.76º | 1% | 1% | - |
| XYZ | 32.61 | 36.35 | 99.9 | - |
| YUV | 129.45 | 198.85 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 255 | 1 | 0.33 | 0 | 0 | 199.76 | 1 | 0.5 |
| Hex | 0 | AB | FF | 64 | 21 | 0 | 0 | C8 | 64 | 32 |
| Octal | 0 | 253 | 377 | 144 | 41 | 0 | 0 | 310 | 144 | 62 |
| Binary | 0 | 10101011 | 11111111 | 1100100 | 100001 | 0 | 0 | 11001000 | 1100100 | 110010 |
Color Harmonies of #00ABFF
Complementary color
Monochromatic Colors of #00ABFF
Black with #00ABFF
Text Example
Text Example
White with #00ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABFF; }
p { color: rgb(0,171,255); }
H1.HeaderClassName
{
color: #00ABFF;
}
.AnyTagClassName
{
color: #00ABFF;
}
</style>
background-color css
<style>
a { background-color: #00ABFF; }
a { background-color: rgb(0,171,255); }
div.DivClassName
{
background-color: #00ABFF;
}
.BgClassName
{
background-color: #00ABFF;
}
</style>
border-color css
<style>
span { border-color: #00ABFF; }
span { border-color: rgb(0,171,255); }
td.TdClassName
{
border-color: #00ABFF;
}
.TagClassName
{
border-color: #00ABFF;
}
</style>