Shades of Deep Sky Blue #11C2FF
Tints of Deep Sky Blue #11C2FF
RGB
CMYK
RGB Variations
Color information
#11C2FF (or 0x11C2FF) is known color: Deep Sky Blue. HEX triplet: 11, C2 and FF. RGB value is (17,194,255). Sum of RGB (Red+Green+Blue) = 17+194+255=466 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.65% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #11C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C2FF is #EE3D00. Grayscale: #939393. Windows color (decimal): -15613185 or 16761361. OLE color: 16761361.
HSL color Cylindrical-coordinate representation of color #11C2FF: hue angle of 195.38º 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 #11C2FF is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 194 | 255 | - |
| CMYK | 0.93 | 0.24 | 0 | 0 |
| HSL | 195.38º | 1% | 0.53% | - |
| HSV(B) | 195.38º | 0.93% | 1% | - |
| XYZ | 37.57 | 45.92 | 101.49 | - |
| YUV | 148.03 | 188.36 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 255 | 0.93 | 0.24 | 0 | 0 | 195.38 | 1 | 0.53 |
| Hex | 11 | C2 | FF | 5D | 18 | 0 | 0 | C3 | 64 | 35 |
| Octal | 21 | 302 | 377 | 135 | 30 | 0 | 0 | 303 | 144 | 65 |
| Binary | 10001 | 11000010 | 11111111 | 1011101 | 11000 | 0 | 0 | 11000011 | 1100100 | 110101 |
Color Harmonies of #11C2FF
Complementary color
Monochromatic Colors of #11C2FF
Black with #11C2FF
Text Example
Text Example
White with #11C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2FF; }
p { color: rgb(17,194,255); }
H1.HeaderClassName
{
color: #11C2FF;
}
.AnyTagClassName
{
color: #11C2FF;
}
</style>
background-color css
<style>
a { background-color: #11C2FF; }
a { background-color: rgb(17,194,255); }
div.DivClassName
{
background-color: #11C2FF;
}
.BgClassName
{
background-color: #11C2FF;
}
</style>
border-color css
<style>
span { border-color: #11C2FF; }
span { border-color: rgb(17,194,255); }
td.TdClassName
{
border-color: #11C2FF;
}
.TagClassName
{
border-color: #11C2FF;
}
</style>