Shades of Deep Sky Blue #15BCEC
Tints of Deep Sky Blue #15BCEC
RGB
CMYK
RGB Variations
Color information
#15BCEC (or 0x15BCEC) is known color: Deep Sky Blue. HEX triplet: 15, BC and EC. RGB value is (21,188,236). Sum of RGB (Red+Green+Blue) = 21+188+236=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #15BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BCEC is #EA4313. Grayscale: #8F8F8F. Windows color (decimal): -15352596 or 15514645. OLE color: 15514645.
HSL color Cylindrical-coordinate representation of color #15BCEC: hue angle of 193.4º 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 #15BCEC is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 188 | 236 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.07 |
| HSL | 193.4º | 0.85% | 0.5% | - |
| HSV(B) | 193.4º | 0.91% | 0.93% | - |
| XYZ | 33.43 | 42.18 | 85.74 | - |
| YUV | 143.54 | 180.17 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 236 | 0.91 | 0.20 | 0 | 0.07 | 193.4 | 0.85 | 0.5 |
| Hex | 15 | BC | EC | 5B | 14 | 0 | 7 | C1 | 55 | 32 |
| Octal | 25 | 274 | 354 | 133 | 24 | 0 | 7 | 301 | 125 | 62 |
| Binary | 10101 | 10111100 | 11101100 | 1011011 | 10100 | 0 | 111 | 11000001 | 1010101 | 110010 |
Color Harmonies of #15BCEC
Complementary color
Monochromatic Colors of #15BCEC
Black with #15BCEC
Text Example
Text Example
White with #15BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCEC; }
p { color: rgb(21,188,236); }
H1.HeaderClassName
{
color: #15BCEC;
}
.AnyTagClassName
{
color: #15BCEC;
}
</style>
background-color css
<style>
a { background-color: #15BCEC; }
a { background-color: rgb(21,188,236); }
div.DivClassName
{
background-color: #15BCEC;
}
.BgClassName
{
background-color: #15BCEC;
}
</style>
border-color css
<style>
span { border-color: #15BCEC; }
span { border-color: rgb(21,188,236); }
td.TdClassName
{
border-color: #15BCEC;
}
.TagClassName
{
border-color: #15BCEC;
}
</style>