Shades of Deep Sky Blue #13CFEC
Tints of Deep Sky Blue #13CFEC
RGB
CMYK
RGB Variations
Color information
#13CFEC (or 0x13CFEC) is known color: Deep Sky Blue. HEX triplet: 13, CF and EC. RGB value is (19,207,236). Sum of RGB (Red+Green+Blue) = 19+207+236=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #13CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CFEC is #EC3013. Grayscale: #999999. Windows color (decimal): -15478804 or 15519507. OLE color: 15519507.
HSL color Cylindrical-coordinate representation of color #13CFEC: hue angle of 188.02º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13CFEC is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 207 | 236 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.07 |
| HSL | 188.02º | 0.85% | 0.5% | - |
| HSV(B) | 188.02º | 0.92% | 0.93% | - |
| XYZ | 37.72 | 50.82 | 87.18 | - |
| YUV | 154.09 | 174.22 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 236 | 0.92 | 0.12 | 0 | 0.07 | 188.02 | 0.85 | 0.5 |
| Hex | 13 | CF | EC | 5C | C | 0 | 7 | BC | 55 | 32 |
| Octal | 23 | 317 | 354 | 134 | 14 | 0 | 7 | 274 | 125 | 62 |
| Binary | 10011 | 11001111 | 11101100 | 1011100 | 1100 | 0 | 111 | 10111100 | 1010101 | 110010 |
Color Harmonies of #13CFEC
Complementary color
Monochromatic Colors of #13CFEC
Black with #13CFEC
Text Example
Text Example
White with #13CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFEC; }
p { color: rgb(19,207,236); }
H1.HeaderClassName
{
color: #13CFEC;
}
.AnyTagClassName
{
color: #13CFEC;
}
</style>
background-color css
<style>
a { background-color: #13CFEC; }
a { background-color: rgb(19,207,236); }
div.DivClassName
{
background-color: #13CFEC;
}
.BgClassName
{
background-color: #13CFEC;
}
</style>
border-color css
<style>
span { border-color: #13CFEC; }
span { border-color: rgb(19,207,236); }
td.TdClassName
{
border-color: #13CFEC;
}
.TagClassName
{
border-color: #13CFEC;
}
</style>