Shades of Deep Sky Blue #11CCF2
Tints of Deep Sky Blue #11CCF2
RGB
CMYK
RGB Variations
Color information
#11CCF2 (or 0x11CCF2) is known color: Deep Sky Blue. HEX triplet: 11, CC and F2. RGB value is (17,204,242). Sum of RGB (Red+Green+Blue) = 17+204+242=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #11CCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CCF2 is #EE330D. Grayscale: #989898. Windows color (decimal): -15610638 or 15911953. OLE color: 15911953.
HSL color Cylindrical-coordinate representation of color #11CCF2: hue angle of 190.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CCF2 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 204 | 242 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.05 |
| HSL | 190.13º | 0.9% | 0.51% | - |
| HSV(B) | 190.13º | 0.93% | 0.95% | - |
| XYZ | 37.85 | 49.72 | 91.61 | - |
| YUV | 152.42 | 178.55 | 31.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 242 | 0.93 | 0.16 | 0 | 0.05 | 190.13 | 0.9 | 0.51 |
| Hex | 11 | CC | F2 | 5D | 10 | 0 | 5 | BE | 5A | 33 |
| Octal | 21 | 314 | 362 | 135 | 20 | 0 | 5 | 276 | 132 | 63 |
| Binary | 10001 | 11001100 | 11110010 | 1011101 | 10000 | 0 | 101 | 10111110 | 1011010 | 110011 |
Color Harmonies of #11CCF2
Complementary color
Monochromatic Colors of #11CCF2
Black with #11CCF2
Text Example
Text Example
White with #11CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCF2; }
p { color: rgb(17,204,242); }
H1.HeaderClassName
{
color: #11CCF2;
}
.AnyTagClassName
{
color: #11CCF2;
}
</style>
background-color css
<style>
a { background-color: #11CCF2; }
a { background-color: rgb(17,204,242); }
div.DivClassName
{
background-color: #11CCF2;
}
.BgClassName
{
background-color: #11CCF2;
}
</style>
border-color css
<style>
span { border-color: #11CCF2; }
span { border-color: rgb(17,204,242); }
td.TdClassName
{
border-color: #11CCF2;
}
.TagClassName
{
border-color: #11CCF2;
}
</style>