Shades of Deep Sky Blue #15BAEB
Tints of Deep Sky Blue #15BAEB
RGB
CMYK
RGB Variations
Color information
#15BAEB (or 0x15BAEB) is known color: Deep Sky Blue. HEX triplet: 15, BA and EB. RGB value is (21,186,235). Sum of RGB (Red+Green+Blue) = 21+186+235=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #15BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAEB is #EA4514. Grayscale: #8D8D8D. Windows color (decimal): -15353109 or 15448597. OLE color: 15448597.
HSL color Cylindrical-coordinate representation of color #15BAEB: hue angle of 193.74º 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 #15BAEB is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 186 | 235 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.08 |
| HSL | 193.74º | 0.84% | 0.5% | - |
| HSV(B) | 193.74º | 0.91% | 0.92% | - |
| XYZ | 32.86 | 41.28 | 84.83 | - |
| YUV | 142.25 | 180.34 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 235 | 0.91 | 0.21 | 0 | 0.08 | 193.74 | 0.84 | 0.5 |
| Hex | 15 | BA | EB | 5B | 15 | 0 | 8 | C2 | 54 | 32 |
| Octal | 25 | 272 | 353 | 133 | 25 | 0 | 10 | 302 | 124 | 62 |
| Binary | 10101 | 10111010 | 11101011 | 1011011 | 10101 | 0 | 1000 | 11000010 | 1010100 | 110010 |
Color Harmonies of #15BAEB
Complementary color
Monochromatic Colors of #15BAEB
Black with #15BAEB
Text Example
Text Example
White with #15BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAEB; }
p { color: rgb(21,186,235); }
H1.HeaderClassName
{
color: #15BAEB;
}
.AnyTagClassName
{
color: #15BAEB;
}
</style>
background-color css
<style>
a { background-color: #15BAEB; }
a { background-color: rgb(21,186,235); }
div.DivClassName
{
background-color: #15BAEB;
}
.BgClassName
{
background-color: #15BAEB;
}
</style>
border-color css
<style>
span { border-color: #15BAEB; }
span { border-color: rgb(21,186,235); }
td.TdClassName
{
border-color: #15BAEB;
}
.TagClassName
{
border-color: #15BAEB;
}
</style>