Shades of Deep Sky Blue #13C7FA
Tints of Deep Sky Blue #13C7FA
RGB
CMYK
RGB Variations
Color information
#13C7FA (or 0x13C7FA) is known color: Deep Sky Blue. HEX triplet: 13, C7 and FA. RGB value is (19,199,250). Sum of RGB (Red+Green+Blue) = 19+199+250=468 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.06% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #13C7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C7FA is #EC3805. Grayscale: #969696. Windows color (decimal): -15480838 or 16434963. OLE color: 16434963.
HSL color Cylindrical-coordinate representation of color #13C7FA: hue angle of 193.25º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C7FA is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 199 | 250 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.02 |
| HSL | 193.25º | 0.96% | 0.53% | - |
| HSV(B) | 193.25º | 0.92% | 0.98% | - |
| XYZ | 37.95 | 47.89 | 97.69 | - |
| YUV | 150.99 | 183.87 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 199 | 250 | 0.92 | 0.20 | 0 | 0.02 | 193.25 | 0.96 | 0.53 |
| Hex | 13 | C7 | FA | 5C | 14 | 0 | 2 | C1 | 60 | 35 |
| Octal | 23 | 307 | 372 | 134 | 24 | 0 | 2 | 301 | 140 | 65 |
| Binary | 10011 | 11000111 | 11111010 | 1011100 | 10100 | 0 | 10 | 11000001 | 1100000 | 110101 |
Color Harmonies of #13C7FA
Complementary color
Monochromatic Colors of #13C7FA
Black with #13C7FA
Text Example
Text Example
White with #13C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C7FA; }
p { color: rgb(19,199,250); }
H1.HeaderClassName
{
color: #13C7FA;
}
.AnyTagClassName
{
color: #13C7FA;
}
</style>
background-color css
<style>
a { background-color: #13C7FA; }
a { background-color: rgb(19,199,250); }
div.DivClassName
{
background-color: #13C7FA;
}
.BgClassName
{
background-color: #13C7FA;
}
</style>
border-color css
<style>
span { border-color: #13C7FA; }
span { border-color: rgb(19,199,250); }
td.TdClassName
{
border-color: #13C7FA;
}
.TagClassName
{
border-color: #13C7FA;
}
</style>