Shades of Deep Sky Blue #05CFEE
Tints of Deep Sky Blue #05CFEE
RGB
CMYK
RGB Variations
Color information
#05CFEE (or 0x05CFEE) is known color: Deep Sky Blue. HEX triplet: 05, CF and EE. RGB value is (5,207,238). Sum of RGB (Red+Green+Blue) = 5+207+238=450 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #05CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFEE is #FA3011. Grayscale: #959595. Windows color (decimal): -16396306 or 15650565. OLE color: 15650565.
HSL color Cylindrical-coordinate representation of color #05CFEE: hue angle of 187.98º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFEE is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 207 | 238 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.07 |
| HSL | 187.98º | 0.96% | 0.48% | - |
| HSV(B) | 187.98º | 0.98% | 0.93% | - |
| XYZ | 37.81 | 50.83 | 88.71 | - |
| YUV | 150.14 | 177.58 | 24.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 238 | 0.98 | 0.13 | 0 | 0.07 | 187.98 | 0.96 | 0.48 |
| Hex | 5 | CF | EE | 62 | D | 0 | 7 | BC | 60 | 30 |
| Octal | 5 | 317 | 356 | 142 | 15 | 0 | 7 | 274 | 140 | 60 |
| Binary | 101 | 11001111 | 11101110 | 1100010 | 1101 | 0 | 111 | 10111100 | 1100000 | 110000 |
Color Harmonies of #05CFEE
Complementary color
Monochromatic Colors of #05CFEE
Black with #05CFEE
Text Example
Text Example
White with #05CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFEE; }
p { color: rgb(5,207,238); }
H1.HeaderClassName
{
color: #05CFEE;
}
.AnyTagClassName
{
color: #05CFEE;
}
</style>
background-color css
<style>
a { background-color: #05CFEE; }
a { background-color: rgb(5,207,238); }
div.DivClassName
{
background-color: #05CFEE;
}
.BgClassName
{
background-color: #05CFEE;
}
</style>
border-color css
<style>
span { border-color: #05CFEE; }
span { border-color: rgb(5,207,238); }
td.TdClassName
{
border-color: #05CFEE;
}
.TagClassName
{
border-color: #05CFEE;
}
</style>