Shades of Deep Sky Blue #13C5ED
Tints of Deep Sky Blue #13C5ED
RGB
CMYK
RGB Variations
Color information
#13C5ED (or 0x13C5ED) is known color: Deep Sky Blue. HEX triplet: 13, C5 and ED. RGB value is (19,197,237). Sum of RGB (Red+Green+Blue) = 19+197+237=453 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #13C5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C5ED is #EC3A12. Grayscale: #949494. Windows color (decimal): -15481363 or 15582483. OLE color: 15582483.
HSL color Cylindrical-coordinate representation of color #13C5ED: hue angle of 191.01º degrees, saturation: 0.86, 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 #13C5ED is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 197 | 237 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.07 |
| HSL | 191.01º | 0.86% | 0.5% | - |
| HSV(B) | 191.01º | 0.92% | 0.93% | - |
| XYZ | 35.52 | 46.19 | 87.16 | - |
| YUV | 148.34 | 178.03 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 237 | 0.92 | 0.17 | 0 | 0.07 | 191.01 | 0.86 | 0.5 |
| Hex | 13 | C5 | ED | 5C | 11 | 0 | 7 | BF | 56 | 32 |
| Octal | 23 | 305 | 355 | 134 | 21 | 0 | 7 | 277 | 126 | 62 |
| Binary | 10011 | 11000101 | 11101101 | 1011100 | 10001 | 0 | 111 | 10111111 | 1010110 | 110010 |
Color Harmonies of #13C5ED
Complementary color
Monochromatic Colors of #13C5ED
Black with #13C5ED
Text Example
Text Example
White with #13C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5ED; }
p { color: rgb(19,197,237); }
H1.HeaderClassName
{
color: #13C5ED;
}
.AnyTagClassName
{
color: #13C5ED;
}
</style>
background-color css
<style>
a { background-color: #13C5ED; }
a { background-color: rgb(19,197,237); }
div.DivClassName
{
background-color: #13C5ED;
}
.BgClassName
{
background-color: #13C5ED;
}
</style>
border-color css
<style>
span { border-color: #13C5ED; }
span { border-color: rgb(19,197,237); }
td.TdClassName
{
border-color: #13C5ED;
}
.TagClassName
{
border-color: #13C5ED;
}
</style>