Shades of Deep Sky Blue #11CDFF
Tints of Deep Sky Blue #11CDFF
RGB
CMYK
RGB Variations
Color information
#11CDFF (or 0x11CDFF) is known color: Deep Sky Blue. HEX triplet: 11, CD and FF. RGB value is (17,205,255). Sum of RGB (Red+Green+Blue) = 17+205+255=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #11CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDFF is #EE3200. Grayscale: #9A9A9A. Windows color (decimal): -15610369 or 16764177. OLE color: 16764177.
HSL color Cylindrical-coordinate representation of color #11CDFF: hue angle of 192.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CDFF is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 205 | 255 | - |
| CMYK | 0.93 | 0.20 | 0 | 0 |
| HSL | 192.61º | 1% | 0.53% | - |
| HSV(B) | 192.61º | 0.93% | 1% | - |
| XYZ | 40.11 | 51 | 102.34 | - |
| YUV | 154.49 | 184.72 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 255 | 0.93 | 0.20 | 0 | 0 | 192.61 | 1 | 0.53 |
| Hex | 11 | CD | FF | 5D | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 21 | 315 | 377 | 135 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 10001 | 11001101 | 11111111 | 1011101 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #11CDFF
Complementary color
Monochromatic Colors of #11CDFF
Black with #11CDFF
Text Example
Text Example
White with #11CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDFF; }
p { color: rgb(17,205,255); }
H1.HeaderClassName
{
color: #11CDFF;
}
.AnyTagClassName
{
color: #11CDFF;
}
</style>
background-color css
<style>
a { background-color: #11CDFF; }
a { background-color: rgb(17,205,255); }
div.DivClassName
{
background-color: #11CDFF;
}
.BgClassName
{
background-color: #11CDFF;
}
</style>
border-color css
<style>
span { border-color: #11CDFF; }
span { border-color: rgb(17,205,255); }
td.TdClassName
{
border-color: #11CDFF;
}
.TagClassName
{
border-color: #11CDFF;
}
</style>