Shades of Deep Sky Blue #10CEFC
Tints of Deep Sky Blue #10CEFC
RGB
CMYK
RGB Variations
Color information
#10CEFC (or 0x10CEFC) is known color: Deep Sky Blue. HEX triplet: 10, CE and FC. RGB value is (16,206,252). Sum of RGB (Red+Green+Blue) = 16+206+252=474 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #10CEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEFC is #EF3103. Grayscale: #9A9A9A. Windows color (decimal): -15675652 or 16567824. OLE color: 16567824.
HSL color Cylindrical-coordinate representation of color #10CEFC: hue angle of 191.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CEFC is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 206 | 252 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.01 |
| HSL | 191.69º | 0.98% | 0.53% | - |
| HSV(B) | 191.69º | 0.94% | 0.99% | - |
| XYZ | 39.86 | 51.28 | 99.89 | - |
| YUV | 154.43 | 183.05 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 252 | 0.94 | 0.18 | 0 | 0.01 | 191.69 | 0.98 | 0.53 |
| Hex | 10 | CE | FC | 5E | 12 | 0 | 1 | C0 | 62 | 35 |
| Octal | 20 | 316 | 374 | 136 | 22 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10000 | 11001110 | 11111100 | 1011110 | 10010 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #10CEFC
Complementary color
Monochromatic Colors of #10CEFC
Black with #10CEFC
Text Example
Text Example
White with #10CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEFC; }
p { color: rgb(16,206,252); }
H1.HeaderClassName
{
color: #10CEFC;
}
.AnyTagClassName
{
color: #10CEFC;
}
</style>
background-color css
<style>
a { background-color: #10CEFC; }
a { background-color: rgb(16,206,252); }
div.DivClassName
{
background-color: #10CEFC;
}
.BgClassName
{
background-color: #10CEFC;
}
</style>
border-color css
<style>
span { border-color: #10CEFC; }
span { border-color: rgb(16,206,252); }
td.TdClassName
{
border-color: #10CEFC;
}
.TagClassName
{
border-color: #10CEFC;
}
</style>