Shades of Deep Sky Blue #11CCFE
Tints of Deep Sky Blue #11CCFE
RGB
CMYK
RGB Variations
Color information
#11CCFE (or 0x11CCFE) is known color: Deep Sky Blue. HEX triplet: 11, CC and FE. RGB value is (17,204,254). Sum of RGB (Red+Green+Blue) = 17+204+254=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #11CCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CCFE is #EE3301. Grayscale: #999999. Windows color (decimal): -15610626 or 16698385. OLE color: 16698385.
HSL color Cylindrical-coordinate representation of color #11CCFE: hue angle of 192.66º 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 #11CCFE is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 204 | 254 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.00 |
| HSL | 192.66º | 0.99% | 0.53% | - |
| HSV(B) | 192.66º | 0.93% | 1% | - |
| XYZ | 39.71 | 50.46 | 101.41 | - |
| YUV | 153.79 | 184.55 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 254 | 0.93 | 0.20 | 0 | 0.00 | 192.66 | 0.99 | 0.53 |
| Hex | 11 | CC | FE | 5D | 14 | 0 | 0 | C1 | 63 | 35 |
| Octal | 21 | 314 | 376 | 135 | 24 | 0 | 0 | 301 | 143 | 65 |
| Binary | 10001 | 11001100 | 11111110 | 1011101 | 10100 | 0 | 0 | 11000001 | 1100011 | 110101 |
Color Harmonies of #11CCFE
Complementary color
Monochromatic Colors of #11CCFE
Black with #11CCFE
Text Example
Text Example
White with #11CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCFE; }
p { color: rgb(17,204,254); }
H1.HeaderClassName
{
color: #11CCFE;
}
.AnyTagClassName
{
color: #11CCFE;
}
</style>
background-color css
<style>
a { background-color: #11CCFE; }
a { background-color: rgb(17,204,254); }
div.DivClassName
{
background-color: #11CCFE;
}
.BgClassName
{
background-color: #11CCFE;
}
</style>
border-color css
<style>
span { border-color: #11CCFE; }
span { border-color: rgb(17,204,254); }
td.TdClassName
{
border-color: #11CCFE;
}
.TagClassName
{
border-color: #11CCFE;
}
</style>