Shades of Deep Sky Blue #15BCED
Tints of Deep Sky Blue #15BCED
RGB
CMYK
RGB Variations
Color information
#15BCED (or 0x15BCED) is known color: Deep Sky Blue. HEX triplet: 15, BC and ED. RGB value is (21,188,237). Sum of RGB (Red+Green+Blue) = 21+188+237=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #15BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BCED is #EA4312. Grayscale: #8F8F8F. Windows color (decimal): -15352595 or 15580181. OLE color: 15580181.
HSL color Cylindrical-coordinate representation of color #15BCED: hue angle of 193.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BCED is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 188 | 237 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.07 |
| HSL | 193.61º | 0.86% | 0.51% | - |
| HSV(B) | 193.61º | 0.91% | 0.93% | - |
| XYZ | 33.58 | 42.24 | 86.5 | - |
| YUV | 143.65 | 180.67 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 237 | 0.91 | 0.21 | 0 | 0.07 | 193.61 | 0.86 | 0.51 |
| Hex | 15 | BC | ED | 5B | 15 | 0 | 7 | C2 | 56 | 33 |
| Octal | 25 | 274 | 355 | 133 | 25 | 0 | 7 | 302 | 126 | 63 |
| Binary | 10101 | 10111100 | 11101101 | 1011011 | 10101 | 0 | 111 | 11000010 | 1010110 | 110011 |
Color Harmonies of #15BCED
Complementary color
Monochromatic Colors of #15BCED
Black with #15BCED
Text Example
Text Example
White with #15BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCED; }
p { color: rgb(21,188,237); }
H1.HeaderClassName
{
color: #15BCED;
}
.AnyTagClassName
{
color: #15BCED;
}
</style>
background-color css
<style>
a { background-color: #15BCED; }
a { background-color: rgb(21,188,237); }
div.DivClassName
{
background-color: #15BCED;
}
.BgClassName
{
background-color: #15BCED;
}
</style>
border-color css
<style>
span { border-color: #15BCED; }
span { border-color: rgb(21,188,237); }
td.TdClassName
{
border-color: #15BCED;
}
.TagClassName
{
border-color: #15BCED;
}
</style>