Shades of Deep Sky Blue #10CCEE
Tints of Deep Sky Blue #10CCEE
RGB
CMYK
RGB Variations
Color information
#10CCEE (or 0x10CCEE) is known color: Deep Sky Blue. HEX triplet: 10, CC and EE. RGB value is (16,204,238). Sum of RGB (Red+Green+Blue) = 16+204+238=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #10CCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CCEE is #EF3311. Grayscale: #979797. Windows color (decimal): -15676178 or 15649808. OLE color: 15649808.
HSL color Cylindrical-coordinate representation of color #10CCEE: hue angle of 189.19º 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 #10CCEE is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 204 | 238 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.07 |
| HSL | 189.19º | 0.87% | 0.5% | - |
| HSV(B) | 189.19º | 0.93% | 0.93% | - |
| XYZ | 37.24 | 49.47 | 88.47 | - |
| YUV | 151.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 238 | 0.93 | 0.14 | 0 | 0.07 | 189.19 | 0.87 | 0.5 |
| Hex | 10 | CC | EE | 5D | E | 0 | 7 | BD | 57 | 32 |
| Octal | 20 | 314 | 356 | 135 | 16 | 0 | 7 | 275 | 127 | 62 |
| Binary | 10000 | 11001100 | 11101110 | 1011101 | 1110 | 0 | 111 | 10111101 | 1010111 | 110010 |
Color Harmonies of #10CCEE
Complementary color
Monochromatic Colors of #10CCEE
Black with #10CCEE
Text Example
Text Example
White with #10CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CCEE; }
p { color: rgb(16,204,238); }
H1.HeaderClassName
{
color: #10CCEE;
}
.AnyTagClassName
{
color: #10CCEE;
}
</style>
background-color css
<style>
a { background-color: #10CCEE; }
a { background-color: rgb(16,204,238); }
div.DivClassName
{
background-color: #10CCEE;
}
.BgClassName
{
background-color: #10CCEE;
}
</style>
border-color css
<style>
span { border-color: #10CCEE; }
span { border-color: rgb(16,204,238); }
td.TdClassName
{
border-color: #10CCEE;
}
.TagClassName
{
border-color: #10CCEE;
}
</style>