Shades of Deep Sky Blue #13C8FD
Tints of Deep Sky Blue #13C8FD
RGB
CMYK
RGB Variations
Color information
#13C8FD (or 0x13C8FD) is known color: Deep Sky Blue. HEX triplet: 13, C8 and FD. RGB value is (19,200,253). Sum of RGB (Red+Green+Blue) = 19+200+253=472 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #13C8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C8FD is #EC3702. Grayscale: #979797. Windows color (decimal): -15480579 or 16631827. OLE color: 16631827.
HSL color Cylindrical-coordinate representation of color #13C8FD: hue angle of 193.59º 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 #13C8FD is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 200 | 253 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.01 |
| HSL | 193.59º | 0.98% | 0.53% | - |
| HSV(B) | 193.59º | 0.92% | 0.99% | - |
| XYZ | 38.65 | 48.54 | 100.26 | - |
| YUV | 151.92 | 185.03 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 253 | 0.92 | 0.21 | 0 | 0.01 | 193.59 | 0.98 | 0.53 |
| Hex | 13 | C8 | FD | 5C | 15 | 0 | 1 | C2 | 62 | 35 |
| Octal | 23 | 310 | 375 | 134 | 25 | 0 | 1 | 302 | 142 | 65 |
| Binary | 10011 | 11001000 | 11111101 | 1011100 | 10101 | 0 | 1 | 11000010 | 1100010 | 110101 |
Color Harmonies of #13C8FD
Complementary color
Monochromatic Colors of #13C8FD
Black with #13C8FD
Text Example
Text Example
White with #13C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8FD; }
p { color: rgb(19,200,253); }
H1.HeaderClassName
{
color: #13C8FD;
}
.AnyTagClassName
{
color: #13C8FD;
}
</style>
background-color css
<style>
a { background-color: #13C8FD; }
a { background-color: rgb(19,200,253); }
div.DivClassName
{
background-color: #13C8FD;
}
.BgClassName
{
background-color: #13C8FD;
}
</style>
border-color css
<style>
span { border-color: #13C8FD; }
span { border-color: rgb(19,200,253); }
td.TdClassName
{
border-color: #13C8FD;
}
.TagClassName
{
border-color: #13C8FD;
}
</style>