Shades of Deep Sky Blue #15BDEC
Tints of Deep Sky Blue #15BDEC
RGB
CMYK
RGB Variations
Color information
#15BDEC (or 0x15BDEC) is known color: Deep Sky Blue. HEX triplet: 15, BD and EC. RGB value is (21,189,236). Sum of RGB (Red+Green+Blue) = 21+189+236=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #15BDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDEC is #EA4213. Grayscale: #8F8F8F. Windows color (decimal): -15352340 or 15514901. OLE color: 15514901.
HSL color Cylindrical-coordinate representation of color #15BDEC: hue angle of 193.12º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BDEC is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 189 | 236 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.07 |
| HSL | 193.12º | 0.85% | 0.5% | - |
| HSV(B) | 193.12º | 0.91% | 0.93% | - |
| XYZ | 33.65 | 42.61 | 85.81 | - |
| YUV | 144.13 | 179.84 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 236 | 0.91 | 0.20 | 0 | 0.07 | 193.12 | 0.85 | 0.5 |
| Hex | 15 | BD | EC | 5B | 14 | 0 | 7 | C1 | 55 | 32 |
| Octal | 25 | 275 | 354 | 133 | 24 | 0 | 7 | 301 | 125 | 62 |
| Binary | 10101 | 10111101 | 11101100 | 1011011 | 10100 | 0 | 111 | 11000001 | 1010101 | 110010 |
Color Harmonies of #15BDEC
Complementary color
Monochromatic Colors of #15BDEC
Black with #15BDEC
Text Example
Text Example
White with #15BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDEC; }
p { color: rgb(21,189,236); }
H1.HeaderClassName
{
color: #15BDEC;
}
.AnyTagClassName
{
color: #15BDEC;
}
</style>
background-color css
<style>
a { background-color: #15BDEC; }
a { background-color: rgb(21,189,236); }
div.DivClassName
{
background-color: #15BDEC;
}
.BgClassName
{
background-color: #15BDEC;
}
</style>
border-color css
<style>
span { border-color: #15BDEC; }
span { border-color: rgb(21,189,236); }
td.TdClassName
{
border-color: #15BDEC;
}
.TagClassName
{
border-color: #15BDEC;
}
</style>