Shades of Deep Sky Blue #15BBEB
Tints of Deep Sky Blue #15BBEB
RGB
CMYK
RGB Variations
Color information
#15BBEB (or 0x15BBEB) is known color: Deep Sky Blue. HEX triplet: 15, BB and EB. RGB value is (21,187,235). Sum of RGB (Red+Green+Blue) = 21+187+235=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #15BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BBEB is #EA4414. Grayscale: #8E8E8E. Windows color (decimal): -15352853 or 15448853. OLE color: 15448853.
HSL color Cylindrical-coordinate representation of color #15BBEB: hue angle of 193.46º 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 #15BBEB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 187 | 235 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.08 |
| HSL | 193.46º | 0.84% | 0.5% | - |
| HSV(B) | 193.46º | 0.91% | 0.92% | - |
| XYZ | 33.07 | 41.7 | 84.9 | - |
| YUV | 142.84 | 180 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 235 | 0.91 | 0.20 | 0 | 0.08 | 193.46 | 0.84 | 0.5 |
| Hex | 15 | BB | EB | 5B | 14 | 0 | 8 | C1 | 54 | 32 |
| Octal | 25 | 273 | 353 | 133 | 24 | 0 | 10 | 301 | 124 | 62 |
| Binary | 10101 | 10111011 | 11101011 | 1011011 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110010 |
Color Harmonies of #15BBEB
Complementary color
Monochromatic Colors of #15BBEB
Black with #15BBEB
Text Example
Text Example
White with #15BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBEB; }
p { color: rgb(21,187,235); }
H1.HeaderClassName
{
color: #15BBEB;
}
.AnyTagClassName
{
color: #15BBEB;
}
</style>
background-color css
<style>
a { background-color: #15BBEB; }
a { background-color: rgb(21,187,235); }
div.DivClassName
{
background-color: #15BBEB;
}
.BgClassName
{
background-color: #15BBEB;
}
</style>
border-color css
<style>
span { border-color: #15BBEB; }
span { border-color: rgb(21,187,235); }
td.TdClassName
{
border-color: #15BBEB;
}
.TagClassName
{
border-color: #15BBEB;
}
</style>