Shades of Deep Sky Blue #10BAEC
Tints of Deep Sky Blue #10BAEC
RGB
CMYK
RGB Variations
Color information
#10BAEC (or 0x10BAEC) is known color: Deep Sky Blue. HEX triplet: 10, BA and EC. RGB value is (16,186,236). Sum of RGB (Red+Green+Blue) = 16+186+236=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #10BAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BAEC is #EF4513. Grayscale: #8C8C8C. Windows color (decimal): -15680788 or 15514128. OLE color: 15514128.
HSL color Cylindrical-coordinate representation of color #10BAEC: hue angle of 193.64º 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 #10BAEC is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 186 | 236 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.07 |
| HSL | 193.64º | 0.87% | 0.49% | - |
| HSV(B) | 193.64º | 0.93% | 0.93% | - |
| XYZ | 32.91 | 41.28 | 85.59 | - |
| YUV | 140.87 | 181.68 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 236 | 0.93 | 0.21 | 0 | 0.07 | 193.64 | 0.87 | 0.49 |
| Hex | 10 | BA | EC | 5D | 15 | 0 | 7 | C2 | 57 | 31 |
| Octal | 20 | 272 | 354 | 135 | 25 | 0 | 7 | 302 | 127 | 61 |
| Binary | 10000 | 10111010 | 11101100 | 1011101 | 10101 | 0 | 111 | 11000010 | 1010111 | 110001 |
Color Harmonies of #10BAEC
Complementary color
Monochromatic Colors of #10BAEC
Black with #10BAEC
Text Example
Text Example
White with #10BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAEC; }
p { color: rgb(16,186,236); }
H1.HeaderClassName
{
color: #10BAEC;
}
.AnyTagClassName
{
color: #10BAEC;
}
</style>
background-color css
<style>
a { background-color: #10BAEC; }
a { background-color: rgb(16,186,236); }
div.DivClassName
{
background-color: #10BAEC;
}
.BgClassName
{
background-color: #10BAEC;
}
</style>
border-color css
<style>
span { border-color: #10BAEC; }
span { border-color: rgb(16,186,236); }
td.TdClassName
{
border-color: #10BAEC;
}
.TagClassName
{
border-color: #10BAEC;
}
</style>