Shades of Deep Sky Blue #00ABFA
Tints of Deep Sky Blue #00ABFA
RGB
CMYK
RGB Variations
Color information
#00ABFA (or 0x00ABFA) is known color: Deep Sky Blue. HEX triplet: 00, AB and FA. RGB value is (0,171,250). Sum of RGB (Red+Green+Blue) = 0+171+250=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #00ABFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABFA is #FF5405. Grayscale: #808080. Windows color (decimal): -16733190 or 16427776. OLE color: 16427776.
HSL color Cylindrical-coordinate representation of color #00ABFA: hue angle of 198.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABFA is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 171 | 250 | - |
| CMYK | 1 | 0.32 | 0 | 0.02 |
| HSL | 198.96º | 1% | 0.49% | - |
| HSV(B) | 198.96º | 1% | 0.98% | - |
| XYZ | 31.82 | 36.03 | 95.72 | - |
| YUV | 128.88 | 196.35 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 250 | 1 | 0.32 | 0 | 0.02 | 198.96 | 1 | 0.49 |
| Hex | 0 | AB | FA | 64 | 20 | 0 | 2 | C7 | 64 | 31 |
| Octal | 0 | 253 | 372 | 144 | 40 | 0 | 2 | 307 | 144 | 61 |
| Binary | 0 | 10101011 | 11111010 | 1100100 | 100000 | 0 | 10 | 11000111 | 1100100 | 110001 |
Color Harmonies of #00ABFA
Complementary color
Monochromatic Colors of #00ABFA
Black with #00ABFA
Text Example
Text Example
White with #00ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABFA; }
p { color: rgb(0,171,250); }
H1.HeaderClassName
{
color: #00ABFA;
}
.AnyTagClassName
{
color: #00ABFA;
}
</style>
background-color css
<style>
a { background-color: #00ABFA; }
a { background-color: rgb(0,171,250); }
div.DivClassName
{
background-color: #00ABFA;
}
.BgClassName
{
background-color: #00ABFA;
}
</style>
border-color css
<style>
span { border-color: #00ABFA; }
span { border-color: rgb(0,171,250); }
td.TdClassName
{
border-color: #00ABFA;
}
.TagClassName
{
border-color: #00ABFA;
}
</style>