Shades of Deep Sky Blue #13C2FD
Tints of Deep Sky Blue #13C2FD
RGB
CMYK
RGB Variations
Color information
#13C2FD (or 0x13C2FD) is known color: Deep Sky Blue. HEX triplet: 13, C2 and FD. RGB value is (19,194,253). Sum of RGB (Red+Green+Blue) = 19+194+253=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #13C2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C2FD is #EC3D02. Grayscale: #939393. Windows color (decimal): -15482115 or 16630291. OLE color: 16630291.
HSL color Cylindrical-coordinate representation of color #13C2FD: hue angle of 195.13º 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 #13C2FD is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 194 | 253 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.01 |
| HSL | 195.13º | 0.98% | 0.53% | - |
| HSV(B) | 195.13º | 0.92% | 0.99% | - |
| XYZ | 37.29 | 45.81 | 99.81 | - |
| YUV | 148.4 | 187.02 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 253 | 0.92 | 0.23 | 0 | 0.01 | 195.13 | 0.98 | 0.53 |
| Hex | 13 | C2 | FD | 5C | 17 | 0 | 1 | C3 | 62 | 35 |
| Octal | 23 | 302 | 375 | 134 | 27 | 0 | 1 | 303 | 142 | 65 |
| Binary | 10011 | 11000010 | 11111101 | 1011100 | 10111 | 0 | 1 | 11000011 | 1100010 | 110101 |
Color Harmonies of #13C2FD
Complementary color
Monochromatic Colors of #13C2FD
Black with #13C2FD
Text Example
Text Example
White with #13C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2FD; }
p { color: rgb(19,194,253); }
H1.HeaderClassName
{
color: #13C2FD;
}
.AnyTagClassName
{
color: #13C2FD;
}
</style>
background-color css
<style>
a { background-color: #13C2FD; }
a { background-color: rgb(19,194,253); }
div.DivClassName
{
background-color: #13C2FD;
}
.BgClassName
{
background-color: #13C2FD;
}
</style>
border-color css
<style>
span { border-color: #13C2FD; }
span { border-color: rgb(19,194,253); }
td.TdClassName
{
border-color: #13C2FD;
}
.TagClassName
{
border-color: #13C2FD;
}
</style>