Shades of Deep Sky Blue #13C2FA
Tints of Deep Sky Blue #13C2FA
RGB
CMYK
RGB Variations
Color information
#13C2FA (or 0x13C2FA) is known color: Deep Sky Blue. HEX triplet: 13, C2 and FA. RGB value is (19,194,250). Sum of RGB (Red+Green+Blue) = 19+194+250=463 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.10% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #13C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C2FA is #EC3D05. Grayscale: #939393. Windows color (decimal): -15482118 or 16433683. OLE color: 16433683.
HSL color Cylindrical-coordinate representation of color #13C2FA: hue angle of 194.55º 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 #13C2FA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 194 | 250 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.02 |
| HSL | 194.55º | 0.96% | 0.53% | - |
| HSV(B) | 194.55º | 0.92% | 0.98% | - |
| XYZ | 36.82 | 45.62 | 97.31 | - |
| YUV | 148.06 | 185.52 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 250 | 0.92 | 0.22 | 0 | 0.02 | 194.55 | 0.96 | 0.53 |
| Hex | 13 | C2 | FA | 5C | 16 | 0 | 2 | C3 | 60 | 35 |
| Octal | 23 | 302 | 372 | 134 | 26 | 0 | 2 | 303 | 140 | 65 |
| Binary | 10011 | 11000010 | 11111010 | 1011100 | 10110 | 0 | 10 | 11000011 | 1100000 | 110101 |
Color Harmonies of #13C2FA
Complementary color
Monochromatic Colors of #13C2FA
Black with #13C2FA
Text Example
Text Example
White with #13C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2FA; }
p { color: rgb(19,194,250); }
H1.HeaderClassName
{
color: #13C2FA;
}
.AnyTagClassName
{
color: #13C2FA;
}
</style>
background-color css
<style>
a { background-color: #13C2FA; }
a { background-color: rgb(19,194,250); }
div.DivClassName
{
background-color: #13C2FA;
}
.BgClassName
{
background-color: #13C2FA;
}
</style>
border-color css
<style>
span { border-color: #13C2FA; }
span { border-color: rgb(19,194,250); }
td.TdClassName
{
border-color: #13C2FA;
}
.TagClassName
{
border-color: #13C2FA;
}
</style>