Shades of Deep Sky Blue #15BAE8
Tints of Deep Sky Blue #15BAE8
RGB
CMYK
RGB Variations
Color information
#15BAE8 (or 0x15BAE8) is known color: Deep Sky Blue. HEX triplet: 15, BA and E8. RGB value is (21,186,232). Sum of RGB (Red+Green+Blue) = 21+186+232=439 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.78% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #15BAE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAE8 is #EA4517. Grayscale: #8D8D8D. Windows color (decimal): -15353112 or 15251989. OLE color: 15251989.
HSL color Cylindrical-coordinate representation of color #15BAE8: hue angle of 193.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAE8 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 186 | 232 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.09 |
| HSL | 193.08º | 0.83% | 0.5% | - |
| HSV(B) | 193.08º | 0.91% | 0.91% | - |
| XYZ | 32.43 | 41.1 | 82.57 | - |
| YUV | 141.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 232 | 0.91 | 0.20 | 0 | 0.09 | 193.08 | 0.83 | 0.5 |
| Hex | 15 | BA | E8 | 5B | 14 | 0 | 9 | C1 | 53 | 32 |
| Octal | 25 | 272 | 350 | 133 | 24 | 0 | 11 | 301 | 123 | 62 |
| Binary | 10101 | 10111010 | 11101000 | 1011011 | 10100 | 0 | 1001 | 11000001 | 1010011 | 110010 |
Color Harmonies of #15BAE8
Complementary color
Monochromatic Colors of #15BAE8
Black with #15BAE8
Text Example
Text Example
White with #15BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAE8; }
p { color: rgb(21,186,232); }
H1.HeaderClassName
{
color: #15BAE8;
}
.AnyTagClassName
{
color: #15BAE8;
}
</style>
background-color css
<style>
a { background-color: #15BAE8; }
a { background-color: rgb(21,186,232); }
div.DivClassName
{
background-color: #15BAE8;
}
.BgClassName
{
background-color: #15BAE8;
}
</style>
border-color css
<style>
span { border-color: #15BAE8; }
span { border-color: rgb(21,186,232); }
td.TdClassName
{
border-color: #15BAE8;
}
.TagClassName
{
border-color: #15BAE8;
}
</style>