Shades of Deep Sky Blue #00ABFD
Tints of Deep Sky Blue #00ABFD
RGB
CMYK
RGB Variations
Color information
#00ABFD (or 0x00ABFD) is known color: Deep Sky Blue. HEX triplet: 00, AB and FD. RGB value is (0,171,253). Sum of RGB (Red+Green+Blue) = 0+171+253=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #00ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABFD is #FF5402. Grayscale: #808080. Windows color (decimal): -16733187 or 16624384. OLE color: 16624384.
HSL color Cylindrical-coordinate representation of color #00ABFD: hue angle of 199.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABFD is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 171 | 253 | - |
| CMYK | 1 | 0.32 | 0 | 0.01 |
| HSL | 199.45º | 1% | 0.5% | - |
| HSV(B) | 199.45º | 1% | 0.99% | - |
| XYZ | 32.29 | 36.22 | 98.22 | - |
| YUV | 129.22 | 197.85 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 253 | 1 | 0.32 | 0 | 0.01 | 199.45 | 1 | 0.5 |
| Hex | 0 | AB | FD | 64 | 20 | 0 | 1 | C7 | 64 | 32 |
| Octal | 0 | 253 | 375 | 144 | 40 | 0 | 1 | 307 | 144 | 62 |
| Binary | 0 | 10101011 | 11111101 | 1100100 | 100000 | 0 | 1 | 11000111 | 1100100 | 110010 |
Color Harmonies of #00ABFD
Complementary color
Monochromatic Colors of #00ABFD
Black with #00ABFD
Text Example
Text Example
White with #00ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABFD; }
p { color: rgb(0,171,253); }
H1.HeaderClassName
{
color: #00ABFD;
}
.AnyTagClassName
{
color: #00ABFD;
}
</style>
background-color css
<style>
a { background-color: #00ABFD; }
a { background-color: rgb(0,171,253); }
div.DivClassName
{
background-color: #00ABFD;
}
.BgClassName
{
background-color: #00ABFD;
}
</style>
border-color css
<style>
span { border-color: #00ABFD; }
span { border-color: rgb(0,171,253); }
td.TdClassName
{
border-color: #00ABFD;
}
.TagClassName
{
border-color: #00ABFD;
}
</style>