Shades of Deep Sky Blue #06ABFE
Tints of Deep Sky Blue #06ABFE
RGB
CMYK
RGB Variations
Color information
#06ABFE (or 0x06ABFE) is known color: Deep Sky Blue. HEX triplet: 06, AB and FE. RGB value is (6,171,254). Sum of RGB (Red+Green+Blue) = 6+171+254=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #06ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ABFE is #F95401. Grayscale: #828282. Windows color (decimal): -16339970 or 16689926. OLE color: 16689926.
HSL color Cylindrical-coordinate representation of color #06ABFE: hue angle of 200.08º 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 #06ABFE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 171 | 254 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.00 |
| HSL | 200.08º | 0.99% | 0.51% | - |
| HSV(B) | 200.08º | 0.98% | 1% | - |
| XYZ | 32.53 | 36.32 | 99.06 | - |
| YUV | 131.13 | 197.34 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 254 | 0.98 | 0.33 | 0 | 0.00 | 200.08 | 0.99 | 0.51 |
| Hex | 6 | AB | FE | 62 | 21 | 0 | 0 | C8 | 63 | 33 |
| Octal | 6 | 253 | 376 | 142 | 41 | 0 | 0 | 310 | 143 | 63 |
| Binary | 110 | 10101011 | 11111110 | 1100010 | 100001 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #06ABFE
Complementary color
Monochromatic Colors of #06ABFE
Black with #06ABFE
Text Example
Text Example
White with #06ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABFE; }
p { color: rgb(6,171,254); }
H1.HeaderClassName
{
color: #06ABFE;
}
.AnyTagClassName
{
color: #06ABFE;
}
</style>
background-color css
<style>
a { background-color: #06ABFE; }
a { background-color: rgb(6,171,254); }
div.DivClassName
{
background-color: #06ABFE;
}
.BgClassName
{
background-color: #06ABFE;
}
</style>
border-color css
<style>
span { border-color: #06ABFE; }
span { border-color: rgb(6,171,254); }
td.TdClassName
{
border-color: #06ABFE;
}
.TagClassName
{
border-color: #06ABFE;
}
</style>