Shades of Deep Sky Blue #11C3FF
Tints of Deep Sky Blue #11C3FF
RGB
CMYK
RGB Variations
Color information
#11C3FF (or 0x11C3FF) is known color: Deep Sky Blue. HEX triplet: 11, C3 and FF. RGB value is (17,195,255). Sum of RGB (Red+Green+Blue) = 17+195+255=467 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.64% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #11C3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C3FF is #EE3C00. Grayscale: #949494. Windows color (decimal): -15612929 or 16761617. OLE color: 16761617.
HSL color Cylindrical-coordinate representation of color #11C3FF: hue angle of 195.13º 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 #11C3FF is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 195 | 255 | - |
| CMYK | 0.93 | 0.24 | 0 | 0 |
| HSL | 195.13º | 1% | 0.53% | - |
| HSV(B) | 195.13º | 0.93% | 1% | - |
| XYZ | 37.8 | 46.37 | 101.57 | - |
| YUV | 148.62 | 188.03 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 255 | 0.93 | 0.24 | 0 | 0 | 195.13 | 1 | 0.53 |
| Hex | 11 | C3 | FF | 5D | 18 | 0 | 0 | C3 | 64 | 35 |
| Octal | 21 | 303 | 377 | 135 | 30 | 0 | 0 | 303 | 144 | 65 |
| Binary | 10001 | 11000011 | 11111111 | 1011101 | 11000 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #11C3FF
Complementary color
Monochromatic Colors of #11C3FF
Black with #11C3FF
Text Example
Text Example
White with #11C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C3FF; }
p { color: rgb(17,195,255); }
H1.HeaderClassName
{
color: #11C3FF;
}
.AnyTagClassName
{
color: #11C3FF;
}
</style>
background-color css
<style>
a { background-color: #11C3FF; }
a { background-color: rgb(17,195,255); }
div.DivClassName
{
background-color: #11C3FF;
}
.BgClassName
{
background-color: #11C3FF;
}
</style>
border-color css
<style>
span { border-color: #11C3FF; }
span { border-color: rgb(17,195,255); }
td.TdClassName
{
border-color: #11C3FF;
}
.TagClassName
{
border-color: #11C3FF;
}
</style>