Shades of Deep Sky Blue #13C0FE
Tints of Deep Sky Blue #13C0FE
RGB
CMYK
RGB Variations
Color information
#13C0FE (or 0x13C0FE) is known color: Deep Sky Blue. HEX triplet: 13, C0 and FE. RGB value is (19,192,254). Sum of RGB (Red+Green+Blue) = 19+192+254=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #13C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C0FE is #EC3F01. Grayscale: #929292. Windows color (decimal): -15482626 or 16695315. OLE color: 16695315.
HSL color Cylindrical-coordinate representation of color #13C0FE: hue angle of 195.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13C0FE is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 192 | 254 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.00 |
| HSL | 195.83º | 0.99% | 0.54% | - |
| HSV(B) | 195.83º | 0.93% | 1% | - |
| XYZ | 37.01 | 44.99 | 100.5 | - |
| YUV | 147.34 | 188.19 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 254 | 0.93 | 0.24 | 0 | 0.00 | 195.83 | 0.99 | 0.54 |
| Hex | 13 | C0 | FE | 5D | 18 | 0 | 0 | C4 | 63 | 36 |
| Octal | 23 | 300 | 376 | 135 | 30 | 0 | 0 | 304 | 143 | 66 |
| Binary | 10011 | 11000000 | 11111110 | 1011101 | 11000 | 0 | 0 | 11000100 | 1100011 | 110110 |
Color Harmonies of #13C0FE
Complementary color
Monochromatic Colors of #13C0FE
Black with #13C0FE
Text Example
Text Example
White with #13C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0FE; }
p { color: rgb(19,192,254); }
H1.HeaderClassName
{
color: #13C0FE;
}
.AnyTagClassName
{
color: #13C0FE;
}
</style>
background-color css
<style>
a { background-color: #13C0FE; }
a { background-color: rgb(19,192,254); }
div.DivClassName
{
background-color: #13C0FE;
}
.BgClassName
{
background-color: #13C0FE;
}
</style>
border-color css
<style>
span { border-color: #13C0FE; }
span { border-color: rgb(19,192,254); }
td.TdClassName
{
border-color: #13C0FE;
}
.TagClassName
{
border-color: #13C0FE;
}
</style>