Shades of Deep Sky Blue #13C0EF
Tints of Deep Sky Blue #13C0EF
RGB
CMYK
RGB Variations
Color information
#13C0EF (or 0x13C0EF) is known color: Deep Sky Blue. HEX triplet: 13, C0 and EF. RGB value is (19,192,239). Sum of RGB (Red+Green+Blue) = 19+192+239=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #13C0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C0EF is #EC3F10. Grayscale: #919191. Windows color (decimal): -15482641 or 15712275. OLE color: 15712275.
HSL color Cylindrical-coordinate representation of color #13C0EF: hue angle of 192.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C0EF is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 192 | 239 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.06 |
| HSL | 192.82º | 0.87% | 0.51% | - |
| HSV(B) | 192.82º | 0.92% | 0.94% | - |
| XYZ | 34.7 | 44.07 | 88.34 | - |
| YUV | 145.63 | 180.69 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 239 | 0.92 | 0.20 | 0 | 0.06 | 192.82 | 0.87 | 0.51 |
| Hex | 13 | C0 | EF | 5C | 14 | 0 | 6 | C1 | 57 | 33 |
| Octal | 23 | 300 | 357 | 134 | 24 | 0 | 6 | 301 | 127 | 63 |
| Binary | 10011 | 11000000 | 11101111 | 1011100 | 10100 | 0 | 110 | 11000001 | 1010111 | 110011 |
Color Harmonies of #13C0EF
Complementary color
Monochromatic Colors of #13C0EF
Black with #13C0EF
Text Example
Text Example
White with #13C0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0EF; }
p { color: rgb(19,192,239); }
H1.HeaderClassName
{
color: #13C0EF;
}
.AnyTagClassName
{
color: #13C0EF;
}
</style>
background-color css
<style>
a { background-color: #13C0EF; }
a { background-color: rgb(19,192,239); }
div.DivClassName
{
background-color: #13C0EF;
}
.BgClassName
{
background-color: #13C0EF;
}
</style>
border-color css
<style>
span { border-color: #13C0EF; }
span { border-color: rgb(19,192,239); }
td.TdClassName
{
border-color: #13C0EF;
}
.TagClassName
{
border-color: #13C0EF;
}
</style>