Shades of Deep Sky Blue #05ABFE
Tints of Deep Sky Blue #05ABFE
RGB
CMYK
RGB Variations
Color information
#05ABFE (or 0x05ABFE) is known color: Deep Sky Blue. HEX triplet: 05, AB and FE. RGB value is (5,171,254). Sum of RGB (Red+Green+Blue) = 5+171+254=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #05ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ABFE is #FA5401. Grayscale: #828282. Windows color (decimal): -16405506 or 16689925. OLE color: 16689925.
HSL color Cylindrical-coordinate representation of color #05ABFE: hue angle of 200º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ABFE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 171 | 254 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.00 |
| HSL | 200º | 0.99% | 0.51% | - |
| HSV(B) | 200º | 0.98% | 1% | - |
| XYZ | 32.51 | 36.31 | 99.06 | - |
| YUV | 130.83 | 197.5 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 254 | 0.98 | 0.33 | 0 | 0.00 | 200 | 0.99 | 0.51 |
| Hex | 5 | AB | FE | 62 | 21 | 0 | 0 | C8 | 63 | 33 |
| Octal | 5 | 253 | 376 | 142 | 41 | 0 | 0 | 310 | 143 | 63 |
| Binary | 101 | 10101011 | 11111110 | 1100010 | 100001 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #05ABFE
Complementary color
Monochromatic Colors of #05ABFE
Black with #05ABFE
Text Example
Text Example
White with #05ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ABFE; }
p { color: rgb(5,171,254); }
H1.HeaderClassName
{
color: #05ABFE;
}
.AnyTagClassName
{
color: #05ABFE;
}
</style>
background-color css
<style>
a { background-color: #05ABFE; }
a { background-color: rgb(5,171,254); }
div.DivClassName
{
background-color: #05ABFE;
}
.BgClassName
{
background-color: #05ABFE;
}
</style>
border-color css
<style>
span { border-color: #05ABFE; }
span { border-color: rgb(5,171,254); }
td.TdClassName
{
border-color: #05ABFE;
}
.TagClassName
{
border-color: #05ABFE;
}
</style>