Shades of Deep Sky Blue #11BDF9
Tints of Deep Sky Blue #11BDF9
RGB
CMYK
RGB Variations
Color information
#11BDF9 (or 0x11BDF9) is known color: Deep Sky Blue. HEX triplet: 11, BD and F9. RGB value is (17,189,249). Sum of RGB (Red+Green+Blue) = 17+189+249=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #11BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BDF9 is #EE4206. Grayscale: #909090. Windows color (decimal): -15614471 or 16366865. OLE color: 16366865.
HSL color Cylindrical-coordinate representation of color #11BDF9: hue angle of 195.52º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BDF9 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 189 | 249 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.02 |
| HSL | 195.52º | 0.95% | 0.52% | - |
| HSV(B) | 195.52º | 0.93% | 0.98% | - |
| XYZ | 35.53 | 43.35 | 96.12 | - |
| YUV | 144.41 | 187.02 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 249 | 0.93 | 0.24 | 0 | 0.02 | 195.52 | 0.95 | 0.52 |
| Hex | 11 | BD | F9 | 5D | 18 | 0 | 2 | C4 | 5F | 34 |
| Octal | 21 | 275 | 371 | 135 | 30 | 0 | 2 | 304 | 137 | 64 |
| Binary | 10001 | 10111101 | 11111001 | 1011101 | 11000 | 0 | 10 | 11000100 | 1011111 | 110100 |
Color Harmonies of #11BDF9
Complementary color
Monochromatic Colors of #11BDF9
Black with #11BDF9
Text Example
Text Example
White with #11BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDF9; }
p { color: rgb(17,189,249); }
H1.HeaderClassName
{
color: #11BDF9;
}
.AnyTagClassName
{
color: #11BDF9;
}
</style>
background-color css
<style>
a { background-color: #11BDF9; }
a { background-color: rgb(17,189,249); }
div.DivClassName
{
background-color: #11BDF9;
}
.BgClassName
{
background-color: #11BDF9;
}
</style>
border-color css
<style>
span { border-color: #11BDF9; }
span { border-color: rgb(17,189,249); }
td.TdClassName
{
border-color: #11BDF9;
}
.TagClassName
{
border-color: #11BDF9;
}
</style>