Shades of Deep Sky Blue #10BEED
Tints of Deep Sky Blue #10BEED
RGB
CMYK
RGB Variations
Color information
#10BEED (or 0x10BEED) is known color: Deep Sky Blue. HEX triplet: 10, BE and ED. RGB value is (16,190,237). Sum of RGB (Red+Green+Blue) = 16+190+237=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #10BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEED is #EF4112. Grayscale: #8E8E8E. Windows color (decimal): -15679763 or 15580688. OLE color: 15580688.
HSL color Cylindrical-coordinate representation of color #10BEED: hue angle of 192.76º 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 #10BEED is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 190 | 237 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.07 |
| HSL | 192.76º | 0.87% | 0.5% | - |
| HSV(B) | 192.76º | 0.93% | 0.93% | - |
| XYZ | 33.91 | 43.05 | 86.64 | - |
| YUV | 143.33 | 180.85 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 237 | 0.93 | 0.20 | 0 | 0.07 | 192.76 | 0.87 | 0.5 |
| Hex | 10 | BE | ED | 5D | 14 | 0 | 7 | C1 | 57 | 32 |
| Octal | 20 | 276 | 355 | 135 | 24 | 0 | 7 | 301 | 127 | 62 |
| Binary | 10000 | 10111110 | 11101101 | 1011101 | 10100 | 0 | 111 | 11000001 | 1010111 | 110010 |
Color Harmonies of #10BEED
Complementary color
Monochromatic Colors of #10BEED
Black with #10BEED
Text Example
Text Example
White with #10BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEED; }
p { color: rgb(16,190,237); }
H1.HeaderClassName
{
color: #10BEED;
}
.AnyTagClassName
{
color: #10BEED;
}
</style>
background-color css
<style>
a { background-color: #10BEED; }
a { background-color: rgb(16,190,237); }
div.DivClassName
{
background-color: #10BEED;
}
.BgClassName
{
background-color: #10BEED;
}
</style>
border-color css
<style>
span { border-color: #10BEED; }
span { border-color: rgb(16,190,237); }
td.TdClassName
{
border-color: #10BEED;
}
.TagClassName
{
border-color: #10BEED;
}
</style>