Shades of Deep Sky Blue #11BDFF
Tints of Deep Sky Blue #11BDFF
RGB
CMYK
RGB Variations
Color information
#11BDFF (or 0x11BDFF) is known color: Deep Sky Blue. HEX triplet: 11, BD and FF. RGB value is (17,189,255). Sum of RGB (Red+Green+Blue) = 17+189+255=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #11BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BDFF is #EE4200. Grayscale: #909090. Windows color (decimal): -15614465 or 16760081. OLE color: 16760081.
HSL color Cylindrical-coordinate representation of color #11BDFF: hue angle of 196.64º 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 #11BDFF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 189 | 255 | - |
| CMYK | 0.93 | 0.26 | 0 | 0 |
| HSL | 196.64º | 1% | 0.53% | - |
| HSV(B) | 196.64º | 0.93% | 1% | - |
| XYZ | 36.48 | 43.73 | 101.13 | - |
| YUV | 145.1 | 190.02 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 255 | 0.93 | 0.26 | 0 | 0 | 196.64 | 1 | 0.53 |
| Hex | 11 | BD | FF | 5D | 1A | 0 | 0 | C5 | 64 | 35 |
| Octal | 21 | 275 | 377 | 135 | 32 | 0 | 0 | 305 | 144 | 65 |
| Binary | 10001 | 10111101 | 11111111 | 1011101 | 11010 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #11BDFF
Complementary color
Monochromatic Colors of #11BDFF
Black with #11BDFF
Text Example
Text Example
White with #11BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDFF; }
p { color: rgb(17,189,255); }
H1.HeaderClassName
{
color: #11BDFF;
}
.AnyTagClassName
{
color: #11BDFF;
}
</style>
background-color css
<style>
a { background-color: #11BDFF; }
a { background-color: rgb(17,189,255); }
div.DivClassName
{
background-color: #11BDFF;
}
.BgClassName
{
background-color: #11BDFF;
}
</style>
border-color css
<style>
span { border-color: #11BDFF; }
span { border-color: rgb(17,189,255); }
td.TdClassName
{
border-color: #11BDFF;
}
.TagClassName
{
border-color: #11BDFF;
}
</style>