Shades of Deep Sky Blue #11AAF8
Tints of Deep Sky Blue #11AAF8
RGB
CMYK
RGB Variations
Color information
#11AAF8 (or 0x11AAF8) is known color: Deep Sky Blue. HEX triplet: 11, AA and F8. RGB value is (17,170,248). Sum of RGB (Red+Green+Blue) = 17+170+248=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #11AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAF8 is #EE5507. Grayscale: #848484. Windows color (decimal): -15619336 or 16296465. OLE color: 16296465.
HSL color Cylindrical-coordinate representation of color #11AAF8: hue angle of 200.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AAF8 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 170 | 248 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.03 |
| HSL | 200.26º | 0.94% | 0.52% | - |
| HSV(B) | 200.26º | 0.93% | 0.97% | - |
| XYZ | 31.55 | 35.65 | 94.02 | - |
| YUV | 133.15 | 192.81 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 248 | 0.93 | 0.31 | 0 | 0.03 | 200.26 | 0.94 | 0.52 |
| Hex | 11 | AA | F8 | 5D | 1F | 0 | 3 | C8 | 5E | 34 |
| Octal | 21 | 252 | 370 | 135 | 37 | 0 | 3 | 310 | 136 | 64 |
| Binary | 10001 | 10101010 | 11111000 | 1011101 | 11111 | 0 | 11 | 11001000 | 1011110 | 110100 |
Color Harmonies of #11AAF8
Complementary color
Monochromatic Colors of #11AAF8
Black with #11AAF8
Text Example
Text Example
White with #11AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAF8; }
p { color: rgb(17,170,248); }
H1.HeaderClassName
{
color: #11AAF8;
}
.AnyTagClassName
{
color: #11AAF8;
}
</style>
background-color css
<style>
a { background-color: #11AAF8; }
a { background-color: rgb(17,170,248); }
div.DivClassName
{
background-color: #11AAF8;
}
.BgClassName
{
background-color: #11AAF8;
}
</style>
border-color css
<style>
span { border-color: #11AAF8; }
span { border-color: rgb(17,170,248); }
td.TdClassName
{
border-color: #11AAF8;
}
.TagClassName
{
border-color: #11AAF8;
}
</style>