Shades of Deep Sky Blue #06DEFC
Tints of Deep Sky Blue #06DEFC
RGB
CMYK
RGB Variations
Color information
#06DEFC (or 0x06DEFC) is known color: Deep Sky Blue. HEX triplet: 06, DE and FC. RGB value is (6,222,252). Sum of RGB (Red+Green+Blue) = 6+222+252=480 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #06DEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DEFC is #F92103. Grayscale: #A0A0A0. Windows color (decimal): -16326916 or 16571910. OLE color: 16571910.
HSL color Cylindrical-coordinate representation of color #06DEFC: hue angle of 187.32º 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 #06DEFC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 222 | 252 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.32º | 0.98% | 0.51% | - |
| HSV(B) | 187.32º | 0.98% | 0.99% | - |
| XYZ | 43.77 | 59.31 | 101.24 | - |
| YUV | 160.84 | 179.44 | 17.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 222 | 252 | 0.98 | 0.12 | 0 | 0.01 | 187.32 | 0.98 | 0.51 |
| Hex | 6 | DE | FC | 62 | C | 0 | 1 | BB | 62 | 33 |
| Octal | 6 | 336 | 374 | 142 | 14 | 0 | 1 | 273 | 142 | 63 |
| Binary | 110 | 11011110 | 11111100 | 1100010 | 1100 | 0 | 1 | 10111011 | 1100010 | 110011 |
Color Harmonies of #06DEFC
Complementary color
Monochromatic Colors of #06DEFC
Black with #06DEFC
Text Example
Text Example
White with #06DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DEFC; }
p { color: rgb(6,222,252); }
H1.HeaderClassName
{
color: #06DEFC;
}
.AnyTagClassName
{
color: #06DEFC;
}
</style>
background-color css
<style>
a { background-color: #06DEFC; }
a { background-color: rgb(6,222,252); }
div.DivClassName
{
background-color: #06DEFC;
}
.BgClassName
{
background-color: #06DEFC;
}
</style>
border-color css
<style>
span { border-color: #06DEFC; }
span { border-color: rgb(6,222,252); }
td.TdClassName
{
border-color: #06DEFC;
}
.TagClassName
{
border-color: #06DEFC;
}
</style>