Shades of Deep Sky Blue #11C8FB
Tints of Deep Sky Blue #11C8FB
RGB
CMYK
RGB Variations
Color information
#11C8FB (or 0x11C8FB) is known color: Deep Sky Blue. HEX triplet: 11, C8 and FB. RGB value is (17,200,251). Sum of RGB (Red+Green+Blue) = 17+200+251=468 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.63% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #11C8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C8FB is #EE3704. Grayscale: #969696. Windows color (decimal): -15611653 or 16500753. OLE color: 16500753.
HSL color Cylindrical-coordinate representation of color #11C8FB: hue angle of 193.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C8FB is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 200 | 251 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.02 |
| HSL | 193.08º | 0.97% | 0.53% | - |
| HSV(B) | 193.08º | 0.93% | 0.98% | - |
| XYZ | 38.3 | 48.39 | 98.59 | - |
| YUV | 151.1 | 184.37 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 251 | 0.93 | 0.20 | 0 | 0.02 | 193.08 | 0.97 | 0.53 |
| Hex | 11 | C8 | FB | 5D | 14 | 0 | 2 | C1 | 61 | 35 |
| Octal | 21 | 310 | 373 | 135 | 24 | 0 | 2 | 301 | 141 | 65 |
| Binary | 10001 | 11001000 | 11111011 | 1011101 | 10100 | 0 | 10 | 11000001 | 1100001 | 110101 |
Color Harmonies of #11C8FB
Complementary color
Monochromatic Colors of #11C8FB
Black with #11C8FB
Text Example
Text Example
White with #11C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C8FB; }
p { color: rgb(17,200,251); }
H1.HeaderClassName
{
color: #11C8FB;
}
.AnyTagClassName
{
color: #11C8FB;
}
</style>
background-color css
<style>
a { background-color: #11C8FB; }
a { background-color: rgb(17,200,251); }
div.DivClassName
{
background-color: #11C8FB;
}
.BgClassName
{
background-color: #11C8FB;
}
</style>
border-color css
<style>
span { border-color: #11C8FB; }
span { border-color: rgb(17,200,251); }
td.TdClassName
{
border-color: #11C8FB;
}
.TagClassName
{
border-color: #11C8FB;
}
</style>