Shades of Deep Sky Blue #13BBE4
Tints of Deep Sky Blue #13BBE4
RGB
CMYK
RGB Variations
Color information
#13BBE4 (or 0x13BBE4) is known color: Deep Sky Blue. HEX triplet: 13, BB and E4. RGB value is (19,187,228). Sum of RGB (Red+Green+Blue) = 19+187+228=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #13BBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBE4 is #EC441B. Grayscale: #8D8D8D. Windows color (decimal): -15483932 or 14990099. OLE color: 14990099.
HSL color Cylindrical-coordinate representation of color #13BBE4: hue angle of 191.77º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BBE4 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 187 | 228 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.11 |
| HSL | 191.77º | 0.85% | 0.48% | - |
| HSV(B) | 191.77º | 0.92% | 0.89% | - |
| XYZ | 32.04 | 41.28 | 79.68 | - |
| YUV | 141.44 | 176.84 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 228 | 0.92 | 0.18 | 0 | 0.11 | 191.77 | 0.85 | 0.48 |
| Hex | 13 | BB | E4 | 5C | 12 | 0 | B | C0 | 55 | 30 |
| Octal | 23 | 273 | 344 | 134 | 22 | 0 | 13 | 300 | 125 | 60 |
| Binary | 10011 | 10111011 | 11100100 | 1011100 | 10010 | 0 | 1011 | 11000000 | 1010101 | 110000 |
Color Harmonies of #13BBE4
Complementary color
Monochromatic Colors of #13BBE4
Black with #13BBE4
Text Example
Text Example
White with #13BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBE4; }
p { color: rgb(19,187,228); }
H1.HeaderClassName
{
color: #13BBE4;
}
.AnyTagClassName
{
color: #13BBE4;
}
</style>
background-color css
<style>
a { background-color: #13BBE4; }
a { background-color: rgb(19,187,228); }
div.DivClassName
{
background-color: #13BBE4;
}
.BgClassName
{
background-color: #13BBE4;
}
</style>
border-color css
<style>
span { border-color: #13BBE4; }
span { border-color: rgb(19,187,228); }
td.TdClassName
{
border-color: #13BBE4;
}
.TagClassName
{
border-color: #13BBE4;
}
</style>