Shades of Deep Sky Blue #11AEFE
Tints of Deep Sky Blue #11AEFE
RGB
CMYK
RGB Variations
Color information
#11AEFE (or 0x11AEFE) is known color: Deep Sky Blue. HEX triplet: 11, AE and FE. RGB value is (17,174,254). Sum of RGB (Red+Green+Blue) = 17+174+254=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #11AEFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEFE is #EE5101. Grayscale: #878787. Windows color (decimal): -15618306 or 16690705. OLE color: 16690705.
HSL color Cylindrical-coordinate representation of color #11AEFE: hue angle of 200.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AEFE is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 174 | 254 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.00 |
| HSL | 200.25º | 0.99% | 0.53% | - |
| HSV(B) | 200.25º | 0.93% | 1% | - |
| XYZ | 33.26 | 37.55 | 99.26 | - |
| YUV | 136.18 | 194.49 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 254 | 0.93 | 0.31 | 0 | 0.00 | 200.25 | 0.99 | 0.53 |
| Hex | 11 | AE | FE | 5D | 1F | 0 | 0 | C8 | 63 | 35 |
| Octal | 21 | 256 | 376 | 135 | 37 | 0 | 0 | 310 | 143 | 65 |
| Binary | 10001 | 10101110 | 11111110 | 1011101 | 11111 | 0 | 0 | 11001000 | 1100011 | 110101 |
Color Harmonies of #11AEFE
Complementary color
Monochromatic Colors of #11AEFE
Black with #11AEFE
Text Example
Text Example
White with #11AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEFE; }
p { color: rgb(17,174,254); }
H1.HeaderClassName
{
color: #11AEFE;
}
.AnyTagClassName
{
color: #11AEFE;
}
</style>
background-color css
<style>
a { background-color: #11AEFE; }
a { background-color: rgb(17,174,254); }
div.DivClassName
{
background-color: #11AEFE;
}
.BgClassName
{
background-color: #11AEFE;
}
</style>
border-color css
<style>
span { border-color: #11AEFE; }
span { border-color: rgb(17,174,254); }
td.TdClassName
{
border-color: #11AEFE;
}
.TagClassName
{
border-color: #11AEFE;
}
</style>