Shades of Deep Sky Blue #10C8EF
Tints of Deep Sky Blue #10C8EF
RGB
CMYK
RGB Variations
Color information
#10C8EF (or 0x10C8EF) is known color: Deep Sky Blue. HEX triplet: 10, C8 and EF. RGB value is (16,200,239). Sum of RGB (Red+Green+Blue) = 16+200+239=455 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #10C8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10C8EF is #EF3710. Grayscale: #959595. Windows color (decimal): -15677201 or 15714320. OLE color: 15714320.
HSL color Cylindrical-coordinate representation of color #10C8EF: hue angle of 190.49º 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 #10C8EF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 200 | 239 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.06 |
| HSL | 190.49º | 0.87% | 0.5% | - |
| HSV(B) | 190.49º | 0.93% | 0.94% | - |
| XYZ | 36.45 | 47.65 | 88.94 | - |
| YUV | 149.43 | 178.54 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 239 | 0.93 | 0.16 | 0 | 0.06 | 190.49 | 0.87 | 0.5 |
| Hex | 10 | C8 | EF | 5D | 10 | 0 | 6 | BE | 57 | 32 |
| Octal | 20 | 310 | 357 | 135 | 20 | 0 | 6 | 276 | 127 | 62 |
| Binary | 10000 | 11001000 | 11101111 | 1011101 | 10000 | 0 | 110 | 10111110 | 1010111 | 110010 |
Color Harmonies of #10C8EF
Complementary color
Monochromatic Colors of #10C8EF
Black with #10C8EF
Text Example
Text Example
White with #10C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8EF; }
p { color: rgb(16,200,239); }
H1.HeaderClassName
{
color: #10C8EF;
}
.AnyTagClassName
{
color: #10C8EF;
}
</style>
background-color css
<style>
a { background-color: #10C8EF; }
a { background-color: rgb(16,200,239); }
div.DivClassName
{
background-color: #10C8EF;
}
.BgClassName
{
background-color: #10C8EF;
}
</style>
border-color css
<style>
span { border-color: #10C8EF; }
span { border-color: rgb(16,200,239); }
td.TdClassName
{
border-color: #10C8EF;
}
.TagClassName
{
border-color: #10C8EF;
}
</style>