Shades of Deep Sky Blue #15BAE5
Tints of Deep Sky Blue #15BAE5
RGB
CMYK
RGB Variations
Color information
#15BAE5 (or 0x15BAE5) is known color: Deep Sky Blue. HEX triplet: 15, BA and E5. RGB value is (21,186,229). Sum of RGB (Red+Green+Blue) = 21+186+229=436 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.82% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #15BAE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BAE5 is #EA451A. Grayscale: #8D8D8D. Windows color (decimal): -15353115 or 15055381. OLE color: 15055381.
HSL color Cylindrical-coordinate representation of color #15BAE5: hue angle of 192.4º 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 #15BAE5 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 186 | 229 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.10 |
| HSL | 192.4º | 0.83% | 0.49% | - |
| HSV(B) | 192.4º | 0.91% | 0.9% | - |
| XYZ | 32.01 | 40.93 | 80.34 | - |
| YUV | 141.57 | 177.34 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 229 | 0.91 | 0.19 | 0 | 0.10 | 192.4 | 0.83 | 0.49 |
| Hex | 15 | BA | E5 | 5B | 13 | 0 | A | C0 | 53 | 31 |
| Octal | 25 | 272 | 345 | 133 | 23 | 0 | 12 | 300 | 123 | 61 |
| Binary | 10101 | 10111010 | 11100101 | 1011011 | 10011 | 0 | 1010 | 11000000 | 1010011 | 110001 |
Color Harmonies of #15BAE5
Complementary color
Monochromatic Colors of #15BAE5
Black with #15BAE5
Text Example
Text Example
White with #15BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAE5; }
p { color: rgb(21,186,229); }
H1.HeaderClassName
{
color: #15BAE5;
}
.AnyTagClassName
{
color: #15BAE5;
}
</style>
background-color css
<style>
a { background-color: #15BAE5; }
a { background-color: rgb(21,186,229); }
div.DivClassName
{
background-color: #15BAE5;
}
.BgClassName
{
background-color: #15BAE5;
}
</style>
border-color css
<style>
span { border-color: #15BAE5; }
span { border-color: rgb(21,186,229); }
td.TdClassName
{
border-color: #15BAE5;
}
.TagClassName
{
border-color: #15BAE5;
}
</style>