Shades of Deep Sky Blue #13C5FD
Tints of Deep Sky Blue #13C5FD
RGB
CMYK
RGB Variations
Color information
#13C5FD (or 0x13C5FD) is known color: Deep Sky Blue. HEX triplet: 13, C5 and FD. RGB value is (19,197,253). Sum of RGB (Red+Green+Blue) = 19+197+253=469 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.05% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #13C5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C5FD is #EC3A02. Grayscale: #959595. Windows color (decimal): -15481347 or 16631059. OLE color: 16631059.
HSL color Cylindrical-coordinate representation of color #13C5FD: hue angle of 194.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C5FD is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 197 | 253 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.01 |
| HSL | 194.36º | 0.98% | 0.53% | - |
| HSV(B) | 194.36º | 0.92% | 0.99% | - |
| XYZ | 37.96 | 47.16 | 100.03 | - |
| YUV | 150.16 | 186.03 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 253 | 0.92 | 0.22 | 0 | 0.01 | 194.36 | 0.98 | 0.53 |
| Hex | 13 | C5 | FD | 5C | 16 | 0 | 1 | C2 | 62 | 35 |
| Octal | 23 | 305 | 375 | 134 | 26 | 0 | 1 | 302 | 142 | 65 |
| Binary | 10011 | 11000101 | 11111101 | 1011100 | 10110 | 0 | 1 | 11000010 | 1100010 | 110101 |
Color Harmonies of #13C5FD
Complementary color
Monochromatic Colors of #13C5FD
Black with #13C5FD
Text Example
Text Example
White with #13C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C5FD; }
p { color: rgb(19,197,253); }
H1.HeaderClassName
{
color: #13C5FD;
}
.AnyTagClassName
{
color: #13C5FD;
}
</style>
background-color css
<style>
a { background-color: #13C5FD; }
a { background-color: rgb(19,197,253); }
div.DivClassName
{
background-color: #13C5FD;
}
.BgClassName
{
background-color: #13C5FD;
}
</style>
border-color css
<style>
span { border-color: #13C5FD; }
span { border-color: rgb(19,197,253); }
td.TdClassName
{
border-color: #13C5FD;
}
.TagClassName
{
border-color: #13C5FD;
}
</style>