Shades of Deep Sky Blue #13BBEB
Tints of Deep Sky Blue #13BBEB
RGB
CMYK
RGB Variations
Color information
#13BBEB (or 0x13BBEB) is known color: Deep Sky Blue. HEX triplet: 13, BB and EB. RGB value is (19,187,235). Sum of RGB (Red+Green+Blue) = 19+187+235=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #13BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BBEB is #EC4414. Grayscale: #8D8D8D. Windows color (decimal): -15483925 or 15448851. OLE color: 15448851.
HSL color Cylindrical-coordinate representation of color #13BBEB: hue angle of 193.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BBEB is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 187 | 235 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.08 |
| HSL | 193.33º | 0.85% | 0.5% | - |
| HSV(B) | 193.33º | 0.92% | 0.92% | - |
| XYZ | 33.03 | 41.68 | 84.9 | - |
| YUV | 142.24 | 180.34 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 235 | 0.92 | 0.20 | 0 | 0.08 | 193.33 | 0.85 | 0.5 |
| Hex | 13 | BB | EB | 5C | 14 | 0 | 8 | C1 | 55 | 32 |
| Octal | 23 | 273 | 353 | 134 | 24 | 0 | 10 | 301 | 125 | 62 |
| Binary | 10011 | 10111011 | 11101011 | 1011100 | 10100 | 0 | 1000 | 11000001 | 1010101 | 110010 |
Color Harmonies of #13BBEB
Complementary color
Monochromatic Colors of #13BBEB
Black with #13BBEB
Text Example
Text Example
White with #13BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBEB; }
p { color: rgb(19,187,235); }
H1.HeaderClassName
{
color: #13BBEB;
}
.AnyTagClassName
{
color: #13BBEB;
}
</style>
background-color css
<style>
a { background-color: #13BBEB; }
a { background-color: rgb(19,187,235); }
div.DivClassName
{
background-color: #13BBEB;
}
.BgClassName
{
background-color: #13BBEB;
}
</style>
border-color css
<style>
span { border-color: #13BBEB; }
span { border-color: rgb(19,187,235); }
td.TdClassName
{
border-color: #13BBEB;
}
.TagClassName
{
border-color: #13BBEB;
}
</style>