Shades of Deep Sky Blue #13BBEC
Tints of Deep Sky Blue #13BBEC
RGB
CMYK
RGB Variations
Color information
#13BBEC (or 0x13BBEC) is known color: Deep Sky Blue. HEX triplet: 13, BB and EC. RGB value is (19,187,236). Sum of RGB (Red+Green+Blue) = 19+187+236=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #13BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BBEC is #EC4413. Grayscale: #8D8D8D. Windows color (decimal): -15483924 or 15514387. OLE color: 15514387.
HSL color Cylindrical-coordinate representation of color #13BBEC: hue angle of 193.55º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BBEC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 187 | 236 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.07 |
| HSL | 193.55º | 0.85% | 0.5% | - |
| HSV(B) | 193.55º | 0.92% | 0.93% | - |
| XYZ | 33.18 | 41.74 | 85.66 | - |
| YUV | 142.35 | 180.84 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 236 | 0.92 | 0.21 | 0 | 0.07 | 193.55 | 0.85 | 0.5 |
| Hex | 13 | BB | EC | 5C | 15 | 0 | 7 | C2 | 55 | 32 |
| Octal | 23 | 273 | 354 | 134 | 25 | 0 | 7 | 302 | 125 | 62 |
| Binary | 10011 | 10111011 | 11101100 | 1011100 | 10101 | 0 | 111 | 11000010 | 1010101 | 110010 |
Color Harmonies of #13BBEC
Complementary color
Monochromatic Colors of #13BBEC
Black with #13BBEC
Text Example
Text Example
White with #13BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBEC; }
p { color: rgb(19,187,236); }
H1.HeaderClassName
{
color: #13BBEC;
}
.AnyTagClassName
{
color: #13BBEC;
}
</style>
background-color css
<style>
a { background-color: #13BBEC; }
a { background-color: rgb(19,187,236); }
div.DivClassName
{
background-color: #13BBEC;
}
.BgClassName
{
background-color: #13BBEC;
}
</style>
border-color css
<style>
span { border-color: #13BBEC; }
span { border-color: rgb(19,187,236); }
td.TdClassName
{
border-color: #13BBEC;
}
.TagClassName
{
border-color: #13BBEC;
}
</style>