Shades of Deep Sky Blue #11CDF3
Tints of Deep Sky Blue #11CDF3
RGB
CMYK
RGB Variations
Color information
#11CDF3 (or 0x11CDF3) is known color: Deep Sky Blue. HEX triplet: 11, CD and F3. RGB value is (17,205,243). Sum of RGB (Red+Green+Blue) = 17+205+243=465 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #11CDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDF3 is #EE320C. Grayscale: #989898. Windows color (decimal): -15610381 or 15977745. OLE color: 15977745.
HSL color Cylindrical-coordinate representation of color #11CDF3: hue angle of 190.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CDF3 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 205 | 243 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.05 |
| HSL | 190.09º | 0.9% | 0.51% | - |
| HSV(B) | 190.09º | 0.93% | 0.95% | - |
| XYZ | 38.24 | 50.25 | 92.48 | - |
| YUV | 153.12 | 178.72 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 243 | 0.93 | 0.16 | 0 | 0.05 | 190.09 | 0.9 | 0.51 |
| Hex | 11 | CD | F3 | 5D | 10 | 0 | 5 | BE | 5A | 33 |
| Octal | 21 | 315 | 363 | 135 | 20 | 0 | 5 | 276 | 132 | 63 |
| Binary | 10001 | 11001101 | 11110011 | 1011101 | 10000 | 0 | 101 | 10111110 | 1011010 | 110011 |
Color Harmonies of #11CDF3
Complementary color
Monochromatic Colors of #11CDF3
Black with #11CDF3
Text Example
Text Example
White with #11CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDF3; }
p { color: rgb(17,205,243); }
H1.HeaderClassName
{
color: #11CDF3;
}
.AnyTagClassName
{
color: #11CDF3;
}
</style>
background-color css
<style>
a { background-color: #11CDF3; }
a { background-color: rgb(17,205,243); }
div.DivClassName
{
background-color: #11CDF3;
}
.BgClassName
{
background-color: #11CDF3;
}
</style>
border-color css
<style>
span { border-color: #11CDF3; }
span { border-color: rgb(17,205,243); }
td.TdClassName
{
border-color: #11CDF3;
}
.TagClassName
{
border-color: #11CDF3;
}
</style>