Shades of Deep Sky Blue #13CCFD
Tints of Deep Sky Blue #13CCFD
RGB
CMYK
RGB Variations
Color information
#13CCFD (or 0x13CCFD) is known color: Deep Sky Blue. HEX triplet: 13, CC and FD. RGB value is (19,204,253). Sum of RGB (Red+Green+Blue) = 19+204+253=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #13CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CCFD is #EC3302. Grayscale: #999999. Windows color (decimal): -15479555 or 16632851. OLE color: 16632851.
HSL color Cylindrical-coordinate representation of color #13CCFD: hue angle of 192.56º 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 #13CCFD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 204 | 253 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.01 |
| HSL | 192.56º | 0.98% | 0.53% | - |
| HSV(B) | 192.56º | 0.92% | 0.99% | - |
| XYZ | 39.59 | 50.42 | 100.57 | - |
| YUV | 154.27 | 183.71 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 253 | 0.92 | 0.19 | 0 | 0.01 | 192.56 | 0.98 | 0.53 |
| Hex | 13 | CC | FD | 5C | 13 | 0 | 1 | C1 | 62 | 35 |
| Octal | 23 | 314 | 375 | 134 | 23 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10011 | 11001100 | 11111101 | 1011100 | 10011 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #13CCFD
Complementary color
Monochromatic Colors of #13CCFD
Black with #13CCFD
Text Example
Text Example
White with #13CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CCFD; }
p { color: rgb(19,204,253); }
H1.HeaderClassName
{
color: #13CCFD;
}
.AnyTagClassName
{
color: #13CCFD;
}
</style>
background-color css
<style>
a { background-color: #13CCFD; }
a { background-color: rgb(19,204,253); }
div.DivClassName
{
background-color: #13CCFD;
}
.BgClassName
{
background-color: #13CCFD;
}
</style>
border-color css
<style>
span { border-color: #13CCFD; }
span { border-color: rgb(19,204,253); }
td.TdClassName
{
border-color: #13CCFD;
}
.TagClassName
{
border-color: #13CCFD;
}
</style>