Shades of Deep Sky Blue #05CEF0
Tints of Deep Sky Blue #05CEF0
RGB
CMYK
RGB Variations
Color information
#05CEF0 (or 0x05CEF0) is known color: Deep Sky Blue. HEX triplet: 05, CE and F0. RGB value is (5,206,240). Sum of RGB (Red+Green+Blue) = 5+206+240=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #05CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CEF0 is #FA310F. Grayscale: #959595. Windows color (decimal): -16396560 or 15781381. OLE color: 15781381.
HSL color Cylindrical-coordinate representation of color #05CEF0: hue angle of 188.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CEF0 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 206 | 240 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.06 |
| HSL | 188.68º | 0.96% | 0.48% | - |
| HSV(B) | 188.68º | 0.98% | 0.94% | - |
| XYZ | 37.86 | 50.47 | 90.18 | - |
| YUV | 149.78 | 178.91 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 206 | 240 | 0.98 | 0.14 | 0 | 0.06 | 188.68 | 0.96 | 0.48 |
| Hex | 5 | CE | F0 | 62 | E | 0 | 6 | BD | 60 | 30 |
| Octal | 5 | 316 | 360 | 142 | 16 | 0 | 6 | 275 | 140 | 60 |
| Binary | 101 | 11001110 | 11110000 | 1100010 | 1110 | 0 | 110 | 10111101 | 1100000 | 110000 |
Color Harmonies of #05CEF0
Complementary color
Monochromatic Colors of #05CEF0
Black with #05CEF0
Text Example
Text Example
White with #05CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CEF0; }
p { color: rgb(5,206,240); }
H1.HeaderClassName
{
color: #05CEF0;
}
.AnyTagClassName
{
color: #05CEF0;
}
</style>
background-color css
<style>
a { background-color: #05CEF0; }
a { background-color: rgb(5,206,240); }
div.DivClassName
{
background-color: #05CEF0;
}
.BgClassName
{
background-color: #05CEF0;
}
</style>
border-color css
<style>
span { border-color: #05CEF0; }
span { border-color: rgb(5,206,240); }
td.TdClassName
{
border-color: #05CEF0;
}
.TagClassName
{
border-color: #05CEF0;
}
</style>