Shades of Deep Sky Blue #13DCFC
Tints of Deep Sky Blue #13DCFC
RGB
CMYK
RGB Variations
Color information
#13DCFC (or 0x13DCFC) is known color: Deep Sky Blue. HEX triplet: 13, DC and FC. RGB value is (19,220,252). Sum of RGB (Red+Green+Blue) = 19+220+252=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #13DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCFC is #EC2303. Grayscale: #A3A3A3. Windows color (decimal): -15475460 or 16571411. OLE color: 16571411.
HSL color Cylindrical-coordinate representation of color #13DCFC: hue angle of 188.24º degrees, saturation: 0.97, 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 #13DCFC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 220 | 252 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.24º | 0.97% | 0.53% | - |
| HSV(B) | 188.24º | 0.92% | 0.99% | - |
| XYZ | 43.43 | 58.35 | 101.07 | - |
| YUV | 163.55 | 177.91 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 252 | 0.92 | 0.13 | 0 | 0.01 | 188.24 | 0.97 | 0.53 |
| Hex | 13 | DC | FC | 5C | D | 0 | 1 | BC | 61 | 35 |
| Octal | 23 | 334 | 374 | 134 | 15 | 0 | 1 | 274 | 141 | 65 |
| Binary | 10011 | 11011100 | 11111100 | 1011100 | 1101 | 0 | 1 | 10111100 | 1100001 | 110101 |
Color Harmonies of #13DCFC
Complementary color
Monochromatic Colors of #13DCFC
Black with #13DCFC
Text Example
Text Example
White with #13DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCFC; }
p { color: rgb(19,220,252); }
H1.HeaderClassName
{
color: #13DCFC;
}
.AnyTagClassName
{
color: #13DCFC;
}
</style>
background-color css
<style>
a { background-color: #13DCFC; }
a { background-color: rgb(19,220,252); }
div.DivClassName
{
background-color: #13DCFC;
}
.BgClassName
{
background-color: #13DCFC;
}
</style>
border-color css
<style>
span { border-color: #13DCFC; }
span { border-color: rgb(19,220,252); }
td.TdClassName
{
border-color: #13DCFC;
}
.TagClassName
{
border-color: #13DCFC;
}
</style>