Shades of Deep Sky Blue #11DAFA
Tints of Deep Sky Blue #11DAFA
RGB
CMYK
RGB Variations
Color information
#11DAFA (or 0x11DAFA) is known color: Deep Sky Blue. HEX triplet: 11, DA and FA. RGB value is (17,218,250). Sum of RGB (Red+Green+Blue) = 17+218+250=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #11DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAFA is #EE2505. Grayscale: #A1A1A1. Windows color (decimal): -15607046 or 16439825. OLE color: 16439825.
HSL color Cylindrical-coordinate representation of color #11DAFA: hue angle of 188.24º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DAFA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 218 | 250 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.02 |
| HSL | 188.24º | 0.96% | 0.52% | - |
| HSV(B) | 188.24º | 0.93% | 0.98% | - |
| XYZ | 42.56 | 57.16 | 99.23 | - |
| YUV | 161.55 | 177.91 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 218 | 250 | 0.93 | 0.13 | 0 | 0.02 | 188.24 | 0.96 | 0.52 |
| Hex | 11 | DA | FA | 5D | D | 0 | 2 | BC | 60 | 34 |
| Octal | 21 | 332 | 372 | 135 | 15 | 0 | 2 | 274 | 140 | 64 |
| Binary | 10001 | 11011010 | 11111010 | 1011101 | 1101 | 0 | 10 | 10111100 | 1100000 | 110100 |
Color Harmonies of #11DAFA
Complementary color
Monochromatic Colors of #11DAFA
Black with #11DAFA
Text Example
Text Example
White with #11DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DAFA; }
p { color: rgb(17,218,250); }
H1.HeaderClassName
{
color: #11DAFA;
}
.AnyTagClassName
{
color: #11DAFA;
}
</style>
background-color css
<style>
a { background-color: #11DAFA; }
a { background-color: rgb(17,218,250); }
div.DivClassName
{
background-color: #11DAFA;
}
.BgClassName
{
background-color: #11DAFA;
}
</style>
border-color css
<style>
span { border-color: #11DAFA; }
span { border-color: rgb(17,218,250); }
td.TdClassName
{
border-color: #11DAFA;
}
.TagClassName
{
border-color: #11DAFA;
}
</style>