Shades of Deep Sky Blue #10CEEE
Tints of Deep Sky Blue #10CEEE
RGB
CMYK
RGB Variations
Color information
#10CEEE (or 0x10CEEE) is known color: Deep Sky Blue. HEX triplet: 10, CE and EE. RGB value is (16,206,238). Sum of RGB (Red+Green+Blue) = 16+206+238=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #10CEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEEE is #EF3111. Grayscale: #989898. Windows color (decimal): -15675666 or 15650320. OLE color: 15650320.
HSL color Cylindrical-coordinate representation of color #10CEEE: hue angle of 188.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CEEE is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 206 | 238 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.07 |
| HSL | 188.65º | 0.87% | 0.5% | - |
| HSV(B) | 188.65º | 0.93% | 0.93% | - |
| XYZ | 37.72 | 50.43 | 88.63 | - |
| YUV | 152.84 | 176.05 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 238 | 0.93 | 0.13 | 0 | 0.07 | 188.65 | 0.87 | 0.5 |
| Hex | 10 | CE | EE | 5D | D | 0 | 7 | BD | 57 | 32 |
| Octal | 20 | 316 | 356 | 135 | 15 | 0 | 7 | 275 | 127 | 62 |
| Binary | 10000 | 11001110 | 11101110 | 1011101 | 1101 | 0 | 111 | 10111101 | 1010111 | 110010 |
Color Harmonies of #10CEEE
Complementary color
Monochromatic Colors of #10CEEE
Black with #10CEEE
Text Example
Text Example
White with #10CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEEE; }
p { color: rgb(16,206,238); }
H1.HeaderClassName
{
color: #10CEEE;
}
.AnyTagClassName
{
color: #10CEEE;
}
</style>
background-color css
<style>
a { background-color: #10CEEE; }
a { background-color: rgb(16,206,238); }
div.DivClassName
{
background-color: #10CEEE;
}
.BgClassName
{
background-color: #10CEEE;
}
</style>
border-color css
<style>
span { border-color: #10CEEE; }
span { border-color: rgb(16,206,238); }
td.TdClassName
{
border-color: #10CEEE;
}
.TagClassName
{
border-color: #10CEEE;
}
</style>