Shades of Deep Sky Blue #13CEFD
Tints of Deep Sky Blue #13CEFD
RGB
CMYK
RGB Variations
Color information
#13CEFD (or 0x13CEFD) is known color: Deep Sky Blue. HEX triplet: 13, CE and FD. RGB value is (19,206,253). Sum of RGB (Red+Green+Blue) = 19+206+253=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #13CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CEFD is #EC3102. Grayscale: #9B9B9B. Windows color (decimal): -15479043 or 16633363. OLE color: 16633363.
HSL color Cylindrical-coordinate representation of color #13CEFD: hue angle of 192.05º 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 #13CEFD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 206 | 253 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.01 |
| HSL | 192.05º | 0.98% | 0.53% | - |
| HSV(B) | 192.05º | 0.92% | 0.99% | - |
| XYZ | 40.07 | 51.37 | 100.73 | - |
| YUV | 155.45 | 183.05 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 253 | 0.92 | 0.19 | 0 | 0.01 | 192.05 | 0.98 | 0.53 |
| Hex | 13 | CE | FD | 5C | 13 | 0 | 1 | C0 | 62 | 35 |
| Octal | 23 | 316 | 375 | 134 | 23 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10011 | 11001110 | 11111101 | 1011100 | 10011 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #13CEFD
Complementary color
Monochromatic Colors of #13CEFD
Black with #13CEFD
Text Example
Text Example
White with #13CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEFD; }
p { color: rgb(19,206,253); }
H1.HeaderClassName
{
color: #13CEFD;
}
.AnyTagClassName
{
color: #13CEFD;
}
</style>
background-color css
<style>
a { background-color: #13CEFD; }
a { background-color: rgb(19,206,253); }
div.DivClassName
{
background-color: #13CEFD;
}
.BgClassName
{
background-color: #13CEFD;
}
</style>
border-color css
<style>
span { border-color: #13CEFD; }
span { border-color: rgb(19,206,253); }
td.TdClassName
{
border-color: #13CEFD;
}
.TagClassName
{
border-color: #13CEFD;
}
</style>