Shades of Deep Sky Blue #06ABFC
Tints of Deep Sky Blue #06ABFC
RGB
CMYK
RGB Variations
Color information
#06ABFC (or 0x06ABFC) is known color: Deep Sky Blue. HEX triplet: 06, AB and FC. RGB value is (6,171,252). Sum of RGB (Red+Green+Blue) = 6+171+252=429 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #06ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ABFC is #F95403. Grayscale: #828282. Windows color (decimal): -16339972 or 16558854. OLE color: 16558854.
HSL color Cylindrical-coordinate representation of color #06ABFC: hue angle of 199.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ABFC is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 171 | 252 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.01 |
| HSL | 199.76º | 0.98% | 0.51% | - |
| HSV(B) | 199.76º | 0.98% | 0.99% | - |
| XYZ | 32.21 | 36.19 | 97.38 | - |
| YUV | 130.9 | 196.34 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 252 | 0.98 | 0.32 | 0 | 0.01 | 199.76 | 0.98 | 0.51 |
| Hex | 6 | AB | FC | 62 | 20 | 0 | 1 | C8 | 62 | 33 |
| Octal | 6 | 253 | 374 | 142 | 40 | 0 | 1 | 310 | 142 | 63 |
| Binary | 110 | 10101011 | 11111100 | 1100010 | 100000 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #06ABFC
Complementary color
Monochromatic Colors of #06ABFC
Black with #06ABFC
Text Example
Text Example
White with #06ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABFC; }
p { color: rgb(6,171,252); }
H1.HeaderClassName
{
color: #06ABFC;
}
.AnyTagClassName
{
color: #06ABFC;
}
</style>
background-color css
<style>
a { background-color: #06ABFC; }
a { background-color: rgb(6,171,252); }
div.DivClassName
{
background-color: #06ABFC;
}
.BgClassName
{
background-color: #06ABFC;
}
</style>
border-color css
<style>
span { border-color: #06ABFC; }
span { border-color: rgb(6,171,252); }
td.TdClassName
{
border-color: #06ABFC;
}
.TagClassName
{
border-color: #06ABFC;
}
</style>