Shades of Deep Sky Blue #11CBF1
Tints of Deep Sky Blue #11CBF1
RGB
CMYK
RGB Variations
Color information
#11CBF1 (or 0x11CBF1) is known color: Deep Sky Blue. HEX triplet: 11, CB and F1. RGB value is (17,203,241). Sum of RGB (Red+Green+Blue) = 17+203+241=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #11CBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBF1 is #EE340E. Grayscale: #979797. Windows color (decimal): -15610895 or 15846161. OLE color: 15846161.
HSL color Cylindrical-coordinate representation of color #11CBF1: hue angle of 190.18º degrees, saturation: 0.89, 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 #11CBF1 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 203 | 241 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.05 |
| HSL | 190.18º | 0.89% | 0.51% | - |
| HSV(B) | 190.18º | 0.93% | 0.95% | - |
| XYZ | 37.46 | 49.18 | 90.74 | - |
| YUV | 151.72 | 178.38 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 241 | 0.93 | 0.16 | 0 | 0.05 | 190.18 | 0.89 | 0.51 |
| Hex | 11 | CB | F1 | 5D | 10 | 0 | 5 | BE | 59 | 33 |
| Octal | 21 | 313 | 361 | 135 | 20 | 0 | 5 | 276 | 131 | 63 |
| Binary | 10001 | 11001011 | 11110001 | 1011101 | 10000 | 0 | 101 | 10111110 | 1011001 | 110011 |
Color Harmonies of #11CBF1
Complementary color
Monochromatic Colors of #11CBF1
Black with #11CBF1
Text Example
Text Example
White with #11CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBF1; }
p { color: rgb(17,203,241); }
H1.HeaderClassName
{
color: #11CBF1;
}
.AnyTagClassName
{
color: #11CBF1;
}
</style>
background-color css
<style>
a { background-color: #11CBF1; }
a { background-color: rgb(17,203,241); }
div.DivClassName
{
background-color: #11CBF1;
}
.BgClassName
{
background-color: #11CBF1;
}
</style>
border-color css
<style>
span { border-color: #11CBF1; }
span { border-color: rgb(17,203,241); }
td.TdClassName
{
border-color: #11CBF1;
}
.TagClassName
{
border-color: #11CBF1;
}
</style>