Shades of Deep Sky Blue #05CEF6
Tints of Deep Sky Blue #05CEF6
RGB
CMYK
RGB Variations
Color information
#05CEF6 (or 0x05CEF6) is known color: Deep Sky Blue. HEX triplet: 05, CE and F6. RGB value is (5,206,246). Sum of RGB (Red+Green+Blue) = 5+206+246=457 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #05CEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CEF6 is #FA3109. Grayscale: #969696. Windows color (decimal): -16396554 or 16174597. OLE color: 16174597.
HSL color Cylindrical-coordinate representation of color #05CEF6: hue angle of 189.96º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEF6 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 206 | 246 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.04 |
| HSL | 189.96º | 0.96% | 0.49% | - |
| HSV(B) | 189.96º | 0.98% | 0.96% | - |
| XYZ | 38.77 | 50.83 | 94.96 | - |
| YUV | 150.46 | 181.91 | 24.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 246 | 0.98 | 0.16 | 0 | 0.04 | 189.96 | 0.96 | 0.49 |
| Hex | 5 | CE | F6 | 62 | 10 | 0 | 4 | BE | 60 | 31 |
| Octal | 5 | 316 | 366 | 142 | 20 | 0 | 4 | 276 | 140 | 61 |
| Binary | 101 | 11001110 | 11110110 | 1100010 | 10000 | 0 | 100 | 10111110 | 1100000 | 110001 |
Color Harmonies of #05CEF6
Complementary color
Monochromatic Colors of #05CEF6
Black with #05CEF6
Text Example
Text Example
White with #05CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CEF6; }
p { color: rgb(5,206,246); }
H1.HeaderClassName
{
color: #05CEF6;
}
.AnyTagClassName
{
color: #05CEF6;
}
</style>
background-color css
<style>
a { background-color: #05CEF6; }
a { background-color: rgb(5,206,246); }
div.DivClassName
{
background-color: #05CEF6;
}
.BgClassName
{
background-color: #05CEF6;
}
</style>
border-color css
<style>
span { border-color: #05CEF6; }
span { border-color: rgb(5,206,246); }
td.TdClassName
{
border-color: #05CEF6;
}
.TagClassName
{
border-color: #05CEF6;
}
</style>