Shades of Deep Sky Blue #11BDF8
Tints of Deep Sky Blue #11BDF8
RGB
CMYK
RGB Variations
Color information
#11BDF8 (or 0x11BDF8) is known color: Deep Sky Blue. HEX triplet: 11, BD and F8. RGB value is (17,189,248). Sum of RGB (Red+Green+Blue) = 17+189+248=454 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #11BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BDF8 is #EE4207. Grayscale: #8F8F8F. Windows color (decimal): -15614472 or 16301329. OLE color: 16301329.
HSL color Cylindrical-coordinate representation of color #11BDF8: hue angle of 195.32º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BDF8 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 189 | 248 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.03 |
| HSL | 195.32º | 0.94% | 0.52% | - |
| HSV(B) | 195.32º | 0.93% | 0.97% | - |
| XYZ | 35.37 | 43.29 | 95.3 | - |
| YUV | 144.3 | 186.52 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 248 | 0.93 | 0.24 | 0 | 0.03 | 195.32 | 0.94 | 0.52 |
| Hex | 11 | BD | F8 | 5D | 18 | 0 | 3 | C3 | 5E | 34 |
| Octal | 21 | 275 | 370 | 135 | 30 | 0 | 3 | 303 | 136 | 64 |
| Binary | 10001 | 10111101 | 11111000 | 1011101 | 11000 | 0 | 11 | 11000011 | 1011110 | 110100 |
Color Harmonies of #11BDF8
Complementary color
Monochromatic Colors of #11BDF8
Black with #11BDF8
Text Example
Text Example
White with #11BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDF8; }
p { color: rgb(17,189,248); }
H1.HeaderClassName
{
color: #11BDF8;
}
.AnyTagClassName
{
color: #11BDF8;
}
</style>
background-color css
<style>
a { background-color: #11BDF8; }
a { background-color: rgb(17,189,248); }
div.DivClassName
{
background-color: #11BDF8;
}
.BgClassName
{
background-color: #11BDF8;
}
</style>
border-color css
<style>
span { border-color: #11BDF8; }
span { border-color: rgb(17,189,248); }
td.TdClassName
{
border-color: #11BDF8;
}
.TagClassName
{
border-color: #11BDF8;
}
</style>