Shades of Deep Sky Blue #11ABFD
Tints of Deep Sky Blue #11ABFD
RGB
CMYK
RGB Variations
Color information
#11ABFD (or 0x11ABFD) is known color: Deep Sky Blue. HEX triplet: 11, AB and FD. RGB value is (17,171,253). Sum of RGB (Red+Green+Blue) = 17+171+253=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #11ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABFD is #EE5402. Grayscale: #858585. Windows color (decimal): -15619075 or 16624401. OLE color: 16624401.
HSL color Cylindrical-coordinate representation of color #11ABFD: hue angle of 200.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ABFD is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 171 | 253 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.01 |
| HSL | 200.85º | 0.98% | 0.53% | - |
| HSV(B) | 200.85º | 0.93% | 0.99% | - |
| XYZ | 32.52 | 36.34 | 98.23 | - |
| YUV | 134.3 | 194.98 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 253 | 0.93 | 0.32 | 0 | 0.01 | 200.85 | 0.98 | 0.53 |
| Hex | 11 | AB | FD | 5D | 20 | 0 | 1 | C9 | 62 | 35 |
| Octal | 21 | 253 | 375 | 135 | 40 | 0 | 1 | 311 | 142 | 65 |
| Binary | 10001 | 10101011 | 11111101 | 1011101 | 100000 | 0 | 1 | 11001001 | 1100010 | 110101 |
Color Harmonies of #11ABFD
Complementary color
Monochromatic Colors of #11ABFD
Black with #11ABFD
Text Example
Text Example
White with #11ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABFD; }
p { color: rgb(17,171,253); }
H1.HeaderClassName
{
color: #11ABFD;
}
.AnyTagClassName
{
color: #11ABFD;
}
</style>
background-color css
<style>
a { background-color: #11ABFD; }
a { background-color: rgb(17,171,253); }
div.DivClassName
{
background-color: #11ABFD;
}
.BgClassName
{
background-color: #11ABFD;
}
</style>
border-color css
<style>
span { border-color: #11ABFD; }
span { border-color: rgb(17,171,253); }
td.TdClassName
{
border-color: #11ABFD;
}
.TagClassName
{
border-color: #11ABFD;
}
</style>