Shades of Deep Sky Blue #13BCE6
Tints of Deep Sky Blue #13BCE6
RGB
CMYK
RGB Variations
Color information
#13BCE6 (or 0x13BCE6) is known color: Deep Sky Blue. HEX triplet: 13, BC and E6. RGB value is (19,188,230). Sum of RGB (Red+Green+Blue) = 19+188+230=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #13BCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BCE6 is #EC4319. Grayscale: #8D8D8D. Windows color (decimal): -15483674 or 15121427. OLE color: 15121427.
HSL color Cylindrical-coordinate representation of color #13BCE6: hue angle of 191.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BCE6 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 188 | 230 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.10 |
| HSL | 191.94º | 0.85% | 0.49% | - |
| HSV(B) | 191.94º | 0.92% | 0.9% | - |
| XYZ | 32.53 | 41.82 | 81.22 | - |
| YUV | 142.26 | 177.51 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 230 | 0.92 | 0.18 | 0 | 0.10 | 191.94 | 0.85 | 0.49 |
| Hex | 13 | BC | E6 | 5C | 12 | 0 | A | C0 | 55 | 31 |
| Octal | 23 | 274 | 346 | 134 | 22 | 0 | 12 | 300 | 125 | 61 |
| Binary | 10011 | 10111100 | 11100110 | 1011100 | 10010 | 0 | 1010 | 11000000 | 1010101 | 110001 |
Color Harmonies of #13BCE6
Complementary color
Monochromatic Colors of #13BCE6
Black with #13BCE6
Text Example
Text Example
White with #13BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCE6; }
p { color: rgb(19,188,230); }
H1.HeaderClassName
{
color: #13BCE6;
}
.AnyTagClassName
{
color: #13BCE6;
}
</style>
background-color css
<style>
a { background-color: #13BCE6; }
a { background-color: rgb(19,188,230); }
div.DivClassName
{
background-color: #13BCE6;
}
.BgClassName
{
background-color: #13BCE6;
}
</style>
border-color css
<style>
span { border-color: #13BCE6; }
span { border-color: rgb(19,188,230); }
td.TdClassName
{
border-color: #13BCE6;
}
.TagClassName
{
border-color: #13BCE6;
}
</style>