Shades of Deep Sky Blue #10CBEB
Tints of Deep Sky Blue #10CBEB
RGB
CMYK
RGB Variations
Color information
#10CBEB (or 0x10CBEB) is known color: Deep Sky Blue. HEX triplet: 10, CB and EB. RGB value is (16,203,235). Sum of RGB (Red+Green+Blue) = 16+203+235=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #10CBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBEB is #EF3414. Grayscale: #969696. Windows color (decimal): -15676437 or 15452944. OLE color: 15452944.
HSL color Cylindrical-coordinate representation of color #10CBEB: hue angle of 188.77º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CBEB is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 203 | 235 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.08 |
| HSL | 188.77º | 0.87% | 0.49% | - |
| HSV(B) | 188.77º | 0.93% | 0.92% | - |
| XYZ | 36.57 | 48.82 | 86.09 | - |
| YUV | 150.74 | 175.55 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 235 | 0.93 | 0.14 | 0 | 0.08 | 188.77 | 0.87 | 0.49 |
| Hex | 10 | CB | EB | 5D | E | 0 | 8 | BD | 57 | 31 |
| Octal | 20 | 313 | 353 | 135 | 16 | 0 | 10 | 275 | 127 | 61 |
| Binary | 10000 | 11001011 | 11101011 | 1011101 | 1110 | 0 | 1000 | 10111101 | 1010111 | 110001 |
Color Harmonies of #10CBEB
Complementary color
Monochromatic Colors of #10CBEB
Black with #10CBEB
Text Example
Text Example
White with #10CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBEB; }
p { color: rgb(16,203,235); }
H1.HeaderClassName
{
color: #10CBEB;
}
.AnyTagClassName
{
color: #10CBEB;
}
</style>
background-color css
<style>
a { background-color: #10CBEB; }
a { background-color: rgb(16,203,235); }
div.DivClassName
{
background-color: #10CBEB;
}
.BgClassName
{
background-color: #10CBEB;
}
</style>
border-color css
<style>
span { border-color: #10CBEB; }
span { border-color: rgb(16,203,235); }
td.TdClassName
{
border-color: #10CBEB;
}
.TagClassName
{
border-color: #10CBEB;
}
</style>