Shades of Deep Sky Blue #11A8EA
Tints of Deep Sky Blue #11A8EA
RGB
CMYK
RGB Variations
Color information
#11A8EA (or 0x11A8EA) is known color: Deep Sky Blue. HEX triplet: 11, A8 and EA. RGB value is (17,168,234). Sum of RGB (Red+Green+Blue) = 17+168+234=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #11A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8EA is #EE5715. Grayscale: #818181. Windows color (decimal): -15619862 or 15378449. OLE color: 15378449.
HSL color Cylindrical-coordinate representation of color #11A8EA: hue angle of 198.25º degrees, saturation: 0.86, 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 #11A8EA is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 168 | 234 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.08 |
| HSL | 198.25º | 0.86% | 0.49% | - |
| HSV(B) | 198.25º | 0.93% | 0.92% | - |
| XYZ | 29.09 | 34.06 | 82.88 | - |
| YUV | 130.38 | 186.47 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 234 | 0.93 | 0.28 | 0 | 0.08 | 198.25 | 0.86 | 0.49 |
| Hex | 11 | A8 | EA | 5D | 1C | 0 | 8 | C6 | 56 | 31 |
| Octal | 21 | 250 | 352 | 135 | 34 | 0 | 10 | 306 | 126 | 61 |
| Binary | 10001 | 10101000 | 11101010 | 1011101 | 11100 | 0 | 1000 | 11000110 | 1010110 | 110001 |
Color Harmonies of #11A8EA
Complementary color
Monochromatic Colors of #11A8EA
Black with #11A8EA
Text Example
Text Example
White with #11A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8EA; }
p { color: rgb(17,168,234); }
H1.HeaderClassName
{
color: #11A8EA;
}
.AnyTagClassName
{
color: #11A8EA;
}
</style>
background-color css
<style>
a { background-color: #11A8EA; }
a { background-color: rgb(17,168,234); }
div.DivClassName
{
background-color: #11A8EA;
}
.BgClassName
{
background-color: #11A8EA;
}
</style>
border-color css
<style>
span { border-color: #11A8EA; }
span { border-color: rgb(17,168,234); }
td.TdClassName
{
border-color: #11A8EA;
}
.TagClassName
{
border-color: #11A8EA;
}
</style>