Shades of Deep Sky Blue #11C9FD
Tints of Deep Sky Blue #11C9FD
RGB
CMYK
RGB Variations
Color information
#11C9FD (or 0x11C9FD) is known color: Deep Sky Blue. HEX triplet: 11, C9 and FD. RGB value is (17,201,253). Sum of RGB (Red+Green+Blue) = 17+201+253=471 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.61% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #11C9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C9FD is #EE3602. Grayscale: #979797. Windows color (decimal): -15611395 or 16632081. OLE color: 16632081.
HSL color Cylindrical-coordinate representation of color #11C9FD: hue angle of 193.22º 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 #11C9FD is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 201 | 253 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.01 |
| HSL | 193.22º | 0.98% | 0.53% | - |
| HSV(B) | 193.22º | 0.93% | 0.99% | - |
| XYZ | 38.85 | 48.98 | 100.34 | - |
| YUV | 151.91 | 185.04 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 201 | 253 | 0.93 | 0.21 | 0 | 0.01 | 193.22 | 0.98 | 0.53 |
| Hex | 11 | C9 | FD | 5D | 15 | 0 | 1 | C1 | 62 | 35 |
| Octal | 21 | 311 | 375 | 135 | 25 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10001 | 11001001 | 11111101 | 1011101 | 10101 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #11C9FD
Complementary color
Monochromatic Colors of #11C9FD
Black with #11C9FD
Text Example
Text Example
White with #11C9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C9FD; }
p { color: rgb(17,201,253); }
H1.HeaderClassName
{
color: #11C9FD;
}
.AnyTagClassName
{
color: #11C9FD;
}
</style>
background-color css
<style>
a { background-color: #11C9FD; }
a { background-color: rgb(17,201,253); }
div.DivClassName
{
background-color: #11C9FD;
}
.BgClassName
{
background-color: #11C9FD;
}
</style>
border-color css
<style>
span { border-color: #11C9FD; }
span { border-color: rgb(17,201,253); }
td.TdClassName
{
border-color: #11C9FD;
}
.TagClassName
{
border-color: #11C9FD;
}
</style>