Shades of Deep Sky Blue #10BEEA
Tints of Deep Sky Blue #10BEEA
RGB
CMYK
RGB Variations
Color information
#10BEEA (or 0x10BEEA) is known color: Deep Sky Blue. HEX triplet: 10, BE and EA. RGB value is (16,190,234). Sum of RGB (Red+Green+Blue) = 16+190+234=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #10BEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEEA is #EF4115. Grayscale: #8E8E8E. Windows color (decimal): -15679766 or 15384080. OLE color: 15384080.
HSL color Cylindrical-coordinate representation of color #10BEEA: hue angle of 192.11º 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 #10BEEA is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 190 | 234 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.08 |
| HSL | 192.11º | 0.87% | 0.49% | - |
| HSV(B) | 192.11º | 0.93% | 0.92% | - |
| XYZ | 33.48 | 42.88 | 84.35 | - |
| YUV | 142.99 | 179.35 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 234 | 0.93 | 0.19 | 0 | 0.08 | 192.11 | 0.87 | 0.49 |
| Hex | 10 | BE | EA | 5D | 13 | 0 | 8 | C0 | 57 | 31 |
| Octal | 20 | 276 | 352 | 135 | 23 | 0 | 10 | 300 | 127 | 61 |
| Binary | 10000 | 10111110 | 11101010 | 1011101 | 10011 | 0 | 1000 | 11000000 | 1010111 | 110001 |
Color Harmonies of #10BEEA
Complementary color
Monochromatic Colors of #10BEEA
Black with #10BEEA
Text Example
Text Example
White with #10BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEEA; }
p { color: rgb(16,190,234); }
H1.HeaderClassName
{
color: #10BEEA;
}
.AnyTagClassName
{
color: #10BEEA;
}
</style>
background-color css
<style>
a { background-color: #10BEEA; }
a { background-color: rgb(16,190,234); }
div.DivClassName
{
background-color: #10BEEA;
}
.BgClassName
{
background-color: #10BEEA;
}
</style>
border-color css
<style>
span { border-color: #10BEEA; }
span { border-color: rgb(16,190,234); }
td.TdClassName
{
border-color: #10BEEA;
}
.TagClassName
{
border-color: #10BEEA;
}
</style>