Shades of Deep Sky Blue #05ABFC
Tints of Deep Sky Blue #05ABFC
RGB
CMYK
RGB Variations
Color information
#05ABFC (or 0x05ABFC) is known color: Deep Sky Blue. HEX triplet: 05, AB and FC. RGB value is (5,171,252). Sum of RGB (Red+Green+Blue) = 5+171+252=428 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #05ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ABFC is #FA5403. Grayscale: #828282. Windows color (decimal): -16405508 or 16558853. OLE color: 16558853.
HSL color Cylindrical-coordinate representation of color #05ABFC: hue angle of 199.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ABFC is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 171 | 252 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.01 |
| HSL | 199.68º | 0.98% | 0.5% | - |
| HSV(B) | 199.68º | 0.98% | 0.99% | - |
| XYZ | 32.2 | 36.19 | 97.38 | - |
| YUV | 130.6 | 196.5 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 252 | 0.98 | 0.32 | 0 | 0.01 | 199.68 | 0.98 | 0.5 |
| Hex | 5 | AB | FC | 62 | 20 | 0 | 1 | C8 | 62 | 32 |
| Octal | 5 | 253 | 374 | 142 | 40 | 0 | 1 | 310 | 142 | 62 |
| Binary | 101 | 10101011 | 11111100 | 1100010 | 100000 | 0 | 1 | 11001000 | 1100010 | 110010 |
Color Harmonies of #05ABFC
Complementary color
Monochromatic Colors of #05ABFC
Black with #05ABFC
Text Example
Text Example
White with #05ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ABFC; }
p { color: rgb(5,171,252); }
H1.HeaderClassName
{
color: #05ABFC;
}
.AnyTagClassName
{
color: #05ABFC;
}
</style>
background-color css
<style>
a { background-color: #05ABFC; }
a { background-color: rgb(5,171,252); }
div.DivClassName
{
background-color: #05ABFC;
}
.BgClassName
{
background-color: #05ABFC;
}
</style>
border-color css
<style>
span { border-color: #05ABFC; }
span { border-color: rgb(5,171,252); }
td.TdClassName
{
border-color: #05ABFC;
}
.TagClassName
{
border-color: #05ABFC;
}
</style>