Shades of Deep Sky Blue #10BEEC
Tints of Deep Sky Blue #10BEEC
RGB
CMYK
RGB Variations
Color information
#10BEEC (or 0x10BEEC) is known color: Deep Sky Blue. HEX triplet: 10, BE and EC. RGB value is (16,190,236). Sum of RGB (Red+Green+Blue) = 16+190+236=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #10BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEEC is #EF4113. Grayscale: #8E8E8E. Windows color (decimal): -15679764 or 15515152. OLE color: 15515152.
HSL color Cylindrical-coordinate representation of color #10BEEC: hue angle of 192.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEEC is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 190 | 236 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.07 |
| HSL | 192.55º | 0.87% | 0.49% | - |
| HSV(B) | 192.55º | 0.93% | 0.93% | - |
| XYZ | 33.77 | 42.99 | 85.88 | - |
| YUV | 143.22 | 180.35 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 236 | 0.93 | 0.19 | 0 | 0.07 | 192.55 | 0.87 | 0.49 |
| Hex | 10 | BE | EC | 5D | 13 | 0 | 7 | C1 | 57 | 31 |
| Octal | 20 | 276 | 354 | 135 | 23 | 0 | 7 | 301 | 127 | 61 |
| Binary | 10000 | 10111110 | 11101100 | 1011101 | 10011 | 0 | 111 | 11000001 | 1010111 | 110001 |
Color Harmonies of #10BEEC
Complementary color
Monochromatic Colors of #10BEEC
Black with #10BEEC
Text Example
Text Example
White with #10BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEEC; }
p { color: rgb(16,190,236); }
H1.HeaderClassName
{
color: #10BEEC;
}
.AnyTagClassName
{
color: #10BEEC;
}
</style>
background-color css
<style>
a { background-color: #10BEEC; }
a { background-color: rgb(16,190,236); }
div.DivClassName
{
background-color: #10BEEC;
}
.BgClassName
{
background-color: #10BEEC;
}
</style>
border-color css
<style>
span { border-color: #10BEEC; }
span { border-color: rgb(16,190,236); }
td.TdClassName
{
border-color: #10BEEC;
}
.TagClassName
{
border-color: #10BEEC;
}
</style>