Shades of Deep Sky Blue #11CEF8
Tints of Deep Sky Blue #11CEF8
RGB
CMYK
RGB Variations
Color information
#11CEF8 (or 0x11CEF8) is known color: Deep Sky Blue. HEX triplet: 11, CE and F8. RGB value is (17,206,248). Sum of RGB (Red+Green+Blue) = 17+206+248=471 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.61% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #11CEF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CEF8 is #EE3107. Grayscale: #999999. Windows color (decimal): -15610120 or 16305681. OLE color: 16305681.
HSL color Cylindrical-coordinate representation of color #11CEF8: hue angle of 190.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CEF8 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 206 | 248 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.03 |
| HSL | 190.91º | 0.94% | 0.52% | - |
| HSV(B) | 190.91º | 0.93% | 0.97% | - |
| XYZ | 39.25 | 51.04 | 96.59 | - |
| YUV | 154.28 | 180.88 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 248 | 0.93 | 0.17 | 0 | 0.03 | 190.91 | 0.94 | 0.52 |
| Hex | 11 | CE | F8 | 5D | 11 | 0 | 3 | BF | 5E | 34 |
| Octal | 21 | 316 | 370 | 135 | 21 | 0 | 3 | 277 | 136 | 64 |
| Binary | 10001 | 11001110 | 11111000 | 1011101 | 10001 | 0 | 11 | 10111111 | 1011110 | 110100 |
Color Harmonies of #11CEF8
Complementary color
Monochromatic Colors of #11CEF8
Black with #11CEF8
Text Example
Text Example
White with #11CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CEF8; }
p { color: rgb(17,206,248); }
H1.HeaderClassName
{
color: #11CEF8;
}
.AnyTagClassName
{
color: #11CEF8;
}
</style>
background-color css
<style>
a { background-color: #11CEF8; }
a { background-color: rgb(17,206,248); }
div.DivClassName
{
background-color: #11CEF8;
}
.BgClassName
{
background-color: #11CEF8;
}
</style>
border-color css
<style>
span { border-color: #11CEF8; }
span { border-color: rgb(17,206,248); }
td.TdClassName
{
border-color: #11CEF8;
}
.TagClassName
{
border-color: #11CEF8;
}
</style>