Shades of Deep Sky Blue #06ACFE
Tints of Deep Sky Blue #06ACFE
RGB
CMYK
RGB Variations
Color information
#06ACFE (or 0x06ACFE) is known color: Deep Sky Blue. HEX triplet: 06, AC and FE. RGB value is (6,172,254). Sum of RGB (Red+Green+Blue) = 6+172+254=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #06ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ACFE is #F95301. Grayscale: #838383. Windows color (decimal): -16339714 or 16690182. OLE color: 16690182.
HSL color Cylindrical-coordinate representation of color #06ACFE: hue angle of 199.84º 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 #06ACFE is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 172 | 254 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.00 |
| HSL | 199.84º | 0.99% | 0.51% | - |
| HSV(B) | 199.84º | 0.98% | 1% | - |
| XYZ | 32.72 | 36.7 | 99.13 | - |
| YUV | 131.71 | 197 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 172 | 254 | 0.98 | 0.32 | 0 | 0.00 | 199.84 | 0.99 | 0.51 |
| Hex | 6 | AC | FE | 62 | 20 | 0 | 0 | C8 | 63 | 33 |
| Octal | 6 | 254 | 376 | 142 | 40 | 0 | 0 | 310 | 143 | 63 |
| Binary | 110 | 10101100 | 11111110 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100011 | 110011 |
Color Harmonies of #06ACFE
Complementary color
Monochromatic Colors of #06ACFE
Black with #06ACFE
Text Example
Text Example
White with #06ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ACFE; }
p { color: rgb(6,172,254); }
H1.HeaderClassName
{
color: #06ACFE;
}
.AnyTagClassName
{
color: #06ACFE;
}
</style>
background-color css
<style>
a { background-color: #06ACFE; }
a { background-color: rgb(6,172,254); }
div.DivClassName
{
background-color: #06ACFE;
}
.BgClassName
{
background-color: #06ACFE;
}
</style>
border-color css
<style>
span { border-color: #06ACFE; }
span { border-color: rgb(6,172,254); }
td.TdClassName
{
border-color: #06ACFE;
}
.TagClassName
{
border-color: #06ACFE;
}
</style>