Shades of Deep Sky Blue #15BFEB
Tints of Deep Sky Blue #15BFEB
RGB
CMYK
RGB Variations
Color information
#15BFEB (or 0x15BFEB) is known color: Deep Sky Blue. HEX triplet: 15, BF and EB. RGB value is (21,191,235). Sum of RGB (Red+Green+Blue) = 21+191+235=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #15BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BFEB is #EA4014. Grayscale: #909090. Windows color (decimal): -15351829 or 15449877. OLE color: 15449877.
HSL color Cylindrical-coordinate representation of color #15BFEB: hue angle of 192.34º 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 #15BFEB is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 191 | 235 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.08 |
| HSL | 192.34º | 0.84% | 0.5% | - |
| HSV(B) | 192.34º | 0.91% | 0.92% | - |
| XYZ | 33.94 | 43.42 | 85.19 | - |
| YUV | 145.19 | 178.68 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 235 | 0.91 | 0.19 | 0 | 0.08 | 192.34 | 0.84 | 0.5 |
| Hex | 15 | BF | EB | 5B | 13 | 0 | 8 | C0 | 54 | 32 |
| Octal | 25 | 277 | 353 | 133 | 23 | 0 | 10 | 300 | 124 | 62 |
| Binary | 10101 | 10111111 | 11101011 | 1011011 | 10011 | 0 | 1000 | 11000000 | 1010100 | 110010 |
Color Harmonies of #15BFEB
Complementary color
Monochromatic Colors of #15BFEB
Black with #15BFEB
Text Example
Text Example
White with #15BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFEB; }
p { color: rgb(21,191,235); }
H1.HeaderClassName
{
color: #15BFEB;
}
.AnyTagClassName
{
color: #15BFEB;
}
</style>
background-color css
<style>
a { background-color: #15BFEB; }
a { background-color: rgb(21,191,235); }
div.DivClassName
{
background-color: #15BFEB;
}
.BgClassName
{
background-color: #15BFEB;
}
</style>
border-color css
<style>
span { border-color: #15BFEB; }
span { border-color: rgb(21,191,235); }
td.TdClassName
{
border-color: #15BFEB;
}
.TagClassName
{
border-color: #15BFEB;
}
</style>