Shades of Deep Sky Blue #13DCFF
Tints of Deep Sky Blue #13DCFF
RGB
CMYK
RGB Variations
Color information
#13DCFF (or 0x13DCFF) is known color: Deep Sky Blue. HEX triplet: 13, DC and FF. RGB value is (19,220,255). Sum of RGB (Red+Green+Blue) = 19+220+255=494 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.85% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #13DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCFF is #EC2300. Grayscale: #A3A3A3. Windows color (decimal): -15475457 or 16768019. OLE color: 16768019.
HSL color Cylindrical-coordinate representation of color #13DCFF: hue angle of 188.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13DCFF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 220 | 255 | - |
| CMYK | 0.93 | 0.14 | 0 | 0 |
| HSL | 188.9º | 1% | 0.54% | - |
| HSV(B) | 188.9º | 0.93% | 1% | - |
| XYZ | 43.91 | 58.54 | 103.59 | - |
| YUV | 163.89 | 179.41 | 24.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 255 | 0.93 | 0.14 | 0 | 0 | 188.9 | 1 | 0.54 |
| Hex | 13 | DC | FF | 5D | E | 0 | 0 | BD | 64 | 36 |
| Octal | 23 | 334 | 377 | 135 | 16 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10011 | 11011100 | 11111111 | 1011101 | 1110 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #13DCFF
Complementary color
Monochromatic Colors of #13DCFF
Black with #13DCFF
Text Example
Text Example
White with #13DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCFF; }
p { color: rgb(19,220,255); }
H1.HeaderClassName
{
color: #13DCFF;
}
.AnyTagClassName
{
color: #13DCFF;
}
</style>
background-color css
<style>
a { background-color: #13DCFF; }
a { background-color: rgb(19,220,255); }
div.DivClassName
{
background-color: #13DCFF;
}
.BgClassName
{
background-color: #13DCFF;
}
</style>
border-color css
<style>
span { border-color: #13DCFF; }
span { border-color: rgb(19,220,255); }
td.TdClassName
{
border-color: #13DCFF;
}
.TagClassName
{
border-color: #13DCFF;
}
</style>