Shades of Deep Sky Blue #11C1FD
Tints of Deep Sky Blue #11C1FD
RGB
CMYK
RGB Variations
Color information
#11C1FD (or 0x11C1FD) is known color: Deep Sky Blue. HEX triplet: 11, C1 and FD. RGB value is (17,193,253). Sum of RGB (Red+Green+Blue) = 17+193+253=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #11C1FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C1FD is #EE3E02. Grayscale: #929292. Windows color (decimal): -15613443 or 16630033. OLE color: 16630033.
HSL color Cylindrical-coordinate representation of color #11C1FD: hue angle of 195.25º 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 #11C1FD is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 193 | 253 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.01 |
| HSL | 195.25º | 0.98% | 0.53% | - |
| HSV(B) | 195.25º | 0.93% | 0.99% | - |
| XYZ | 37.03 | 45.35 | 99.73 | - |
| YUV | 147.22 | 187.69 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 253 | 0.93 | 0.24 | 0 | 0.01 | 195.25 | 0.98 | 0.53 |
| Hex | 11 | C1 | FD | 5D | 18 | 0 | 1 | C3 | 62 | 35 |
| Octal | 21 | 301 | 375 | 135 | 30 | 0 | 1 | 303 | 142 | 65 |
| Binary | 10001 | 11000001 | 11111101 | 1011101 | 11000 | 0 | 1 | 11000011 | 1100010 | 110101 |
Color Harmonies of #11C1FD
Complementary color
Monochromatic Colors of #11C1FD
Black with #11C1FD
Text Example
Text Example
White with #11C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C1FD; }
p { color: rgb(17,193,253); }
H1.HeaderClassName
{
color: #11C1FD;
}
.AnyTagClassName
{
color: #11C1FD;
}
</style>
background-color css
<style>
a { background-color: #11C1FD; }
a { background-color: rgb(17,193,253); }
div.DivClassName
{
background-color: #11C1FD;
}
.BgClassName
{
background-color: #11C1FD;
}
</style>
border-color css
<style>
span { border-color: #11C1FD; }
span { border-color: rgb(17,193,253); }
td.TdClassName
{
border-color: #11C1FD;
}
.TagClassName
{
border-color: #11C1FD;
}
</style>