Shades of Deep Sky Blue #15BCEA
Tints of Deep Sky Blue #15BCEA
RGB
CMYK
RGB Variations
Color information
#15BCEA (or 0x15BCEA) is known color: Deep Sky Blue. HEX triplet: 15, BC and EA. RGB value is (21,188,234). Sum of RGB (Red+Green+Blue) = 21+188+234=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #15BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BCEA is #EA4315. Grayscale: #8E8E8E. Windows color (decimal): -15352598 or 15383573. OLE color: 15383573.
HSL color Cylindrical-coordinate representation of color #15BCEA: hue angle of 192.96º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BCEA is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 188 | 234 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.08 |
| HSL | 192.96º | 0.84% | 0.5% | - |
| HSV(B) | 192.96º | 0.91% | 0.92% | - |
| XYZ | 33.14 | 42.07 | 84.21 | - |
| YUV | 143.31 | 179.17 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 234 | 0.91 | 0.20 | 0 | 0.08 | 192.96 | 0.84 | 0.5 |
| Hex | 15 | BC | EA | 5B | 14 | 0 | 8 | C1 | 54 | 32 |
| Octal | 25 | 274 | 352 | 133 | 24 | 0 | 10 | 301 | 124 | 62 |
| Binary | 10101 | 10111100 | 11101010 | 1011011 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110010 |
Color Harmonies of #15BCEA
Complementary color
Monochromatic Colors of #15BCEA
Black with #15BCEA
Text Example
Text Example
White with #15BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCEA; }
p { color: rgb(21,188,234); }
H1.HeaderClassName
{
color: #15BCEA;
}
.AnyTagClassName
{
color: #15BCEA;
}
</style>
background-color css
<style>
a { background-color: #15BCEA; }
a { background-color: rgb(21,188,234); }
div.DivClassName
{
background-color: #15BCEA;
}
.BgClassName
{
background-color: #15BCEA;
}
</style>
border-color css
<style>
span { border-color: #15BCEA; }
span { border-color: rgb(21,188,234); }
td.TdClassName
{
border-color: #15BCEA;
}
.TagClassName
{
border-color: #15BCEA;
}
</style>