Shades of Deep Sky Blue #11ABFE
Tints of Deep Sky Blue #11ABFE
RGB
CMYK
RGB Variations
Color information
#11ABFE (or 0x11ABFE) is known color: Deep Sky Blue. HEX triplet: 11, AB and FE. RGB value is (17,171,254). Sum of RGB (Red+Green+Blue) = 17+171+254=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #11ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABFE is #EE5401. Grayscale: #858585. Windows color (decimal): -15619074 or 16689937. OLE color: 16689937.
HSL color Cylindrical-coordinate representation of color #11ABFE: hue angle of 201.01º 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 #11ABFE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 171 | 254 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.00 |
| HSL | 201.01º | 0.99% | 0.53% | - |
| HSV(B) | 201.01º | 0.93% | 1% | - |
| XYZ | 32.68 | 36.4 | 99.07 | - |
| YUV | 134.42 | 195.48 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 254 | 0.93 | 0.33 | 0 | 0.00 | 201.01 | 0.99 | 0.53 |
| Hex | 11 | AB | FE | 5D | 21 | 0 | 0 | C9 | 63 | 35 |
| Octal | 21 | 253 | 376 | 135 | 41 | 0 | 0 | 311 | 143 | 65 |
| Binary | 10001 | 10101011 | 11111110 | 1011101 | 100001 | 0 | 0 | 11001001 | 1100011 | 110101 |
Color Harmonies of #11ABFE
Complementary color
Monochromatic Colors of #11ABFE
Black with #11ABFE
Text Example
Text Example
White with #11ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABFE; }
p { color: rgb(17,171,254); }
H1.HeaderClassName
{
color: #11ABFE;
}
.AnyTagClassName
{
color: #11ABFE;
}
</style>
background-color css
<style>
a { background-color: #11ABFE; }
a { background-color: rgb(17,171,254); }
div.DivClassName
{
background-color: #11ABFE;
}
.BgClassName
{
background-color: #11ABFE;
}
</style>
border-color css
<style>
span { border-color: #11ABFE; }
span { border-color: rgb(17,171,254); }
td.TdClassName
{
border-color: #11ABFE;
}
.TagClassName
{
border-color: #11ABFE;
}
</style>