Shades of Deep Sky Blue #10CEEF
Tints of Deep Sky Blue #10CEEF
RGB
CMYK
RGB Variations
Color information
#10CEEF (or 0x10CEEF) is known color: Deep Sky Blue. HEX triplet: 10, CE and EF. RGB value is (16,206,239). Sum of RGB (Red+Green+Blue) = 16+206+239=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #10CEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEEF is #EF3110. Grayscale: #989898. Windows color (decimal): -15675665 or 15715856. OLE color: 15715856.
HSL color Cylindrical-coordinate representation of color #10CEEF: hue angle of 188.88º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CEEF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 206 | 239 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.06 |
| HSL | 188.88º | 0.87% | 0.5% | - |
| HSV(B) | 188.88º | 0.93% | 0.94% | - |
| XYZ | 37.86 | 50.48 | 89.41 | - |
| YUV | 152.95 | 176.55 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 239 | 0.93 | 0.14 | 0 | 0.06 | 188.88 | 0.87 | 0.5 |
| Hex | 10 | CE | EF | 5D | E | 0 | 6 | BD | 57 | 32 |
| Octal | 20 | 316 | 357 | 135 | 16 | 0 | 6 | 275 | 127 | 62 |
| Binary | 10000 | 11001110 | 11101111 | 1011101 | 1110 | 0 | 110 | 10111101 | 1010111 | 110010 |
Color Harmonies of #10CEEF
Complementary color
Monochromatic Colors of #10CEEF
Black with #10CEEF
Text Example
Text Example
White with #10CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEEF; }
p { color: rgb(16,206,239); }
H1.HeaderClassName
{
color: #10CEEF;
}
.AnyTagClassName
{
color: #10CEEF;
}
</style>
background-color css
<style>
a { background-color: #10CEEF; }
a { background-color: rgb(16,206,239); }
div.DivClassName
{
background-color: #10CEEF;
}
.BgClassName
{
background-color: #10CEEF;
}
</style>
border-color css
<style>
span { border-color: #10CEEF; }
span { border-color: rgb(16,206,239); }
td.TdClassName
{
border-color: #10CEEF;
}
.TagClassName
{
border-color: #10CEEF;
}
</style>