Shades of Deep Sky Blue #10BEEB
Tints of Deep Sky Blue #10BEEB
RGB
CMYK
RGB Variations
Color information
#10BEEB (or 0x10BEEB) is known color: Deep Sky Blue. HEX triplet: 10, BE and EB. RGB value is (16,190,235). Sum of RGB (Red+Green+Blue) = 16+190+235=441 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.63% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #10BEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEEB is #EF4114. Grayscale: #8E8E8E. Windows color (decimal): -15679765 or 15449616. OLE color: 15449616.
HSL color Cylindrical-coordinate representation of color #10BEEB: hue angle of 192.33º 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 #10BEEB is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 190 | 235 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.08 |
| HSL | 192.33º | 0.87% | 0.49% | - |
| HSV(B) | 192.33º | 0.93% | 0.92% | - |
| XYZ | 33.62 | 42.94 | 85.11 | - |
| YUV | 143.1 | 179.85 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 235 | 0.93 | 0.19 | 0 | 0.08 | 192.33 | 0.87 | 0.49 |
| Hex | 10 | BE | EB | 5D | 13 | 0 | 8 | C0 | 57 | 31 |
| Octal | 20 | 276 | 353 | 135 | 23 | 0 | 10 | 300 | 127 | 61 |
| Binary | 10000 | 10111110 | 11101011 | 1011101 | 10011 | 0 | 1000 | 11000000 | 1010111 | 110001 |
Color Harmonies of #10BEEB
Complementary color
Monochromatic Colors of #10BEEB
Black with #10BEEB
Text Example
Text Example
White with #10BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEEB; }
p { color: rgb(16,190,235); }
H1.HeaderClassName
{
color: #10BEEB;
}
.AnyTagClassName
{
color: #10BEEB;
}
</style>
background-color css
<style>
a { background-color: #10BEEB; }
a { background-color: rgb(16,190,235); }
div.DivClassName
{
background-color: #10BEEB;
}
.BgClassName
{
background-color: #10BEEB;
}
</style>
border-color css
<style>
span { border-color: #10BEEB; }
span { border-color: rgb(16,190,235); }
td.TdClassName
{
border-color: #10BEEB;
}
.TagClassName
{
border-color: #10BEEB;
}
</style>