Shades of Deep Sky Blue #15BCE6
Tints of Deep Sky Blue #15BCE6
RGB
CMYK
RGB Variations
Color information
#15BCE6 (or 0x15BCE6) is known color: Deep Sky Blue. HEX triplet: 15, BC and E6. RGB value is (21,188,230). Sum of RGB (Red+Green+Blue) = 21+188+230=439 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.78% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #15BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BCE6 is #EA4319. Grayscale: #8E8E8E. Windows color (decimal): -15352602 or 15121429. OLE color: 15121429.
HSL color Cylindrical-coordinate representation of color #15BCE6: hue angle of 192.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BCE6 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 188 | 230 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.10 |
| HSL | 192.06º | 0.83% | 0.49% | - |
| HSV(B) | 192.06º | 0.91% | 0.9% | - |
| XYZ | 32.58 | 41.84 | 81.22 | - |
| YUV | 142.86 | 177.17 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 230 | 0.91 | 0.18 | 0 | 0.10 | 192.06 | 0.83 | 0.49 |
| Hex | 15 | BC | E6 | 5B | 12 | 0 | A | C0 | 53 | 31 |
| Octal | 25 | 274 | 346 | 133 | 22 | 0 | 12 | 300 | 123 | 61 |
| Binary | 10101 | 10111100 | 11100110 | 1011011 | 10010 | 0 | 1010 | 11000000 | 1010011 | 110001 |
Color Harmonies of #15BCE6
Complementary color
Monochromatic Colors of #15BCE6
Black with #15BCE6
Text Example
Text Example
White with #15BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCE6; }
p { color: rgb(21,188,230); }
H1.HeaderClassName
{
color: #15BCE6;
}
.AnyTagClassName
{
color: #15BCE6;
}
</style>
background-color css
<style>
a { background-color: #15BCE6; }
a { background-color: rgb(21,188,230); }
div.DivClassName
{
background-color: #15BCE6;
}
.BgClassName
{
background-color: #15BCE6;
}
</style>
border-color css
<style>
span { border-color: #15BCE6; }
span { border-color: rgb(21,188,230); }
td.TdClassName
{
border-color: #15BCE6;
}
.TagClassName
{
border-color: #15BCE6;
}
</style>