Shades of Deep Sky Blue #00ABFE
Tints of Deep Sky Blue #00ABFE
RGB
CMYK
RGB Variations
Color information
#00ABFE (or 0x00ABFE) is known color: Deep Sky Blue. HEX triplet: 00, AB and FE. RGB value is (0,171,254). Sum of RGB (Red+Green+Blue) = 0+171+254=425 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #00ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABFE is #FF5401. Grayscale: #808080. Windows color (decimal): -16733186 or 16689920. OLE color: 16689920.
HSL color Cylindrical-coordinate representation of color #00ABFE: hue angle of 199.61º 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 #00ABFE is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 171 | 254 | - |
| CMYK | 1 | 0.33 | 0 | 0.00 |
| HSL | 199.61º | 1% | 0.5% | - |
| HSV(B) | 199.61º | 1% | 1% | - |
| XYZ | 32.45 | 36.28 | 99.06 | - |
| YUV | 129.33 | 198.35 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 254 | 1 | 0.33 | 0 | 0.00 | 199.61 | 1 | 0.5 |
| Hex | 0 | AB | FE | 64 | 21 | 0 | 0 | C8 | 64 | 32 |
| Octal | 0 | 253 | 376 | 144 | 41 | 0 | 0 | 310 | 144 | 62 |
| Binary | 0 | 10101011 | 11111110 | 1100100 | 100001 | 0 | 0 | 11001000 | 1100100 | 110010 |
Color Harmonies of #00ABFE
Complementary color
Monochromatic Colors of #00ABFE
Black with #00ABFE
Text Example
Text Example
White with #00ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABFE; }
p { color: rgb(0,171,254); }
H1.HeaderClassName
{
color: #00ABFE;
}
.AnyTagClassName
{
color: #00ABFE;
}
</style>
background-color css
<style>
a { background-color: #00ABFE; }
a { background-color: rgb(0,171,254); }
div.DivClassName
{
background-color: #00ABFE;
}
.BgClassName
{
background-color: #00ABFE;
}
</style>
border-color css
<style>
span { border-color: #00ABFE; }
span { border-color: rgb(0,171,254); }
td.TdClassName
{
border-color: #00ABFE;
}
.TagClassName
{
border-color: #00ABFE;
}
</style>