Shades of Deep Sky Blue #11CBFF
Tints of Deep Sky Blue #11CBFF
RGB
CMYK
RGB Variations
Color information
#11CBFF (or 0x11CBFF) is known color: Deep Sky Blue. HEX triplet: 11, CB and FF. RGB value is (17,203,255). Sum of RGB (Red+Green+Blue) = 17+203+255=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #11CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBFF is #EE3400. Grayscale: #989898. Windows color (decimal): -15610881 or 16763665. OLE color: 16763665.
HSL color Cylindrical-coordinate representation of color #11CBFF: hue angle of 193.11º 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 #11CBFF is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 203 | 255 | - |
| CMYK | 0.93 | 0.20 | 0 | 0 |
| HSL | 193.11º | 1% | 0.53% | - |
| HSV(B) | 193.11º | 0.93% | 1% | - |
| XYZ | 39.64 | 50.05 | 102.18 | - |
| YUV | 153.31 | 185.38 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 255 | 0.93 | 0.20 | 0 | 0 | 193.11 | 1 | 0.53 |
| Hex | 11 | CB | FF | 5D | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 21 | 313 | 377 | 135 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 10001 | 11001011 | 11111111 | 1011101 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #11CBFF
Complementary color
Monochromatic Colors of #11CBFF
Black with #11CBFF
Text Example
Text Example
White with #11CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBFF; }
p { color: rgb(17,203,255); }
H1.HeaderClassName
{
color: #11CBFF;
}
.AnyTagClassName
{
color: #11CBFF;
}
</style>
background-color css
<style>
a { background-color: #11CBFF; }
a { background-color: rgb(17,203,255); }
div.DivClassName
{
background-color: #11CBFF;
}
.BgClassName
{
background-color: #11CBFF;
}
</style>
border-color css
<style>
span { border-color: #11CBFF; }
span { border-color: rgb(17,203,255); }
td.TdClassName
{
border-color: #11CBFF;
}
.TagClassName
{
border-color: #11CBFF;
}
</style>