Shades of Deep Sky Blue #11AFF3
Tints of Deep Sky Blue #11AFF3
RGB
CMYK
RGB Variations
Color information
#11AFF3 (or 0x11AFF3) is known color: Deep Sky Blue. HEX triplet: 11, AF and F3. RGB value is (17,175,243). Sum of RGB (Red+Green+Blue) = 17+175+243=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #11AFF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFF3 is #EE500C. Grayscale: #878787. Windows color (decimal): -15618061 or 15970065. OLE color: 15970065.
HSL color Cylindrical-coordinate representation of color #11AFF3: hue angle of 198.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AFF3 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 175 | 243 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.05 |
| HSL | 198.05º | 0.9% | 0.51% | - |
| HSV(B) | 198.05º | 0.93% | 0.95% | - |
| XYZ | 31.74 | 37.25 | 90.31 | - |
| YUV | 135.51 | 188.65 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 243 | 0.93 | 0.28 | 0 | 0.05 | 198.05 | 0.9 | 0.51 |
| Hex | 11 | AF | F3 | 5D | 1C | 0 | 5 | C6 | 5A | 33 |
| Octal | 21 | 257 | 363 | 135 | 34 | 0 | 5 | 306 | 132 | 63 |
| Binary | 10001 | 10101111 | 11110011 | 1011101 | 11100 | 0 | 101 | 11000110 | 1011010 | 110011 |
Color Harmonies of #11AFF3
Complementary color
Monochromatic Colors of #11AFF3
Black with #11AFF3
Text Example
Text Example
White with #11AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFF3; }
p { color: rgb(17,175,243); }
H1.HeaderClassName
{
color: #11AFF3;
}
.AnyTagClassName
{
color: #11AFF3;
}
</style>
background-color css
<style>
a { background-color: #11AFF3; }
a { background-color: rgb(17,175,243); }
div.DivClassName
{
background-color: #11AFF3;
}
.BgClassName
{
background-color: #11AFF3;
}
</style>
border-color css
<style>
span { border-color: #11AFF3; }
span { border-color: rgb(17,175,243); }
td.TdClassName
{
border-color: #11AFF3;
}
.TagClassName
{
border-color: #11AFF3;
}
</style>