Shades of Deep Sky Blue #11CDFE
Tints of Deep Sky Blue #11CDFE
RGB
CMYK
RGB Variations
Color information
#11CDFE (or 0x11CDFE) is known color: Deep Sky Blue. HEX triplet: 11, CD and FE. RGB value is (17,205,254). Sum of RGB (Red+Green+Blue) = 17+205+254=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #11CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDFE is #EE3201. Grayscale: #999999. Windows color (decimal): -15610370 or 16698641. OLE color: 16698641.
HSL color Cylindrical-coordinate representation of color #11CDFE: hue angle of 192.41º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CDFE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 205 | 254 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.00 |
| HSL | 192.41º | 0.99% | 0.53% | - |
| HSV(B) | 192.41º | 0.93% | 1% | - |
| XYZ | 39.95 | 50.94 | 101.49 | - |
| YUV | 154.37 | 184.22 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 254 | 0.93 | 0.19 | 0 | 0.00 | 192.41 | 0.99 | 0.53 |
| Hex | 11 | CD | FE | 5D | 13 | 0 | 0 | C0 | 63 | 35 |
| Octal | 21 | 315 | 376 | 135 | 23 | 0 | 0 | 300 | 143 | 65 |
| Binary | 10001 | 11001101 | 11111110 | 1011101 | 10011 | 0 | 0 | 11000000 | 1100011 | 110101 |
Color Harmonies of #11CDFE
Complementary color
Monochromatic Colors of #11CDFE
Black with #11CDFE
Text Example
Text Example
White with #11CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDFE; }
p { color: rgb(17,205,254); }
H1.HeaderClassName
{
color: #11CDFE;
}
.AnyTagClassName
{
color: #11CDFE;
}
</style>
background-color css
<style>
a { background-color: #11CDFE; }
a { background-color: rgb(17,205,254); }
div.DivClassName
{
background-color: #11CDFE;
}
.BgClassName
{
background-color: #11CDFE;
}
</style>
border-color css
<style>
span { border-color: #11CDFE; }
span { border-color: rgb(17,205,254); }
td.TdClassName
{
border-color: #11CDFE;
}
.TagClassName
{
border-color: #11CDFE;
}
</style>