Shades of Deep Sky Blue #10BEE8
Tints of Deep Sky Blue #10BEE8
RGB
CMYK
RGB Variations
Color information
#10BEE8 (or 0x10BEE8) is known color: Deep Sky Blue. HEX triplet: 10, BE and E8. RGB value is (16,190,232). Sum of RGB (Red+Green+Blue) = 16+190+232=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 232 (91.02% from 255 or 52.97% from 438); Max value from RGB is 232 - color contains mainly: blue. Hex color #10BEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEE8 is #EF4117. Grayscale: #8E8E8E. Windows color (decimal): -15679768 or 15253008. OLE color: 15253008.
HSL color Cylindrical-coordinate representation of color #10BEE8: hue angle of 191.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEE8 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 190 | 232 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.09 |
| HSL | 191.67º | 0.87% | 0.49% | - |
| HSV(B) | 191.67º | 0.93% | 0.91% | - |
| XYZ | 33.19 | 42.76 | 82.85 | - |
| YUV | 142.76 | 178.35 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 232 | 0.93 | 0.18 | 0 | 0.09 | 191.67 | 0.87 | 0.49 |
| Hex | 10 | BE | E8 | 5D | 12 | 0 | 9 | C0 | 57 | 31 |
| Octal | 20 | 276 | 350 | 135 | 22 | 0 | 11 | 300 | 127 | 61 |
| Binary | 10000 | 10111110 | 11101000 | 1011101 | 10010 | 0 | 1001 | 11000000 | 1010111 | 110001 |
Color Harmonies of #10BEE8
Complementary color
Monochromatic Colors of #10BEE8
Black with #10BEE8
Text Example
Text Example
White with #10BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEE8; }
p { color: rgb(16,190,232); }
H1.HeaderClassName
{
color: #10BEE8;
}
.AnyTagClassName
{
color: #10BEE8;
}
</style>
background-color css
<style>
a { background-color: #10BEE8; }
a { background-color: rgb(16,190,232); }
div.DivClassName
{
background-color: #10BEE8;
}
.BgClassName
{
background-color: #10BEE8;
}
</style>
border-color css
<style>
span { border-color: #10BEE8; }
span { border-color: rgb(16,190,232); }
td.TdClassName
{
border-color: #10BEE8;
}
.TagClassName
{
border-color: #10BEE8;
}
</style>