Shades of Deep Sky Blue #13C8FE
Tints of Deep Sky Blue #13C8FE
RGB
CMYK
RGB Variations
Color information
#13C8FE (or 0x13C8FE) is known color: Deep Sky Blue. HEX triplet: 13, C8 and FE. RGB value is (19,200,254). Sum of RGB (Red+Green+Blue) = 19+200+254=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #13C8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C8FE is #EC3701. Grayscale: #979797. Windows color (decimal): -15480578 or 16697363. OLE color: 16697363.
HSL color Cylindrical-coordinate representation of color #13C8FE: hue angle of 193.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13C8FE is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 200 | 254 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.00 |
| HSL | 193.79º | 0.99% | 0.54% | - |
| HSV(B) | 193.79º | 0.93% | 1% | - |
| XYZ | 38.81 | 48.6 | 101.1 | - |
| YUV | 152.04 | 185.53 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 254 | 0.93 | 0.21 | 0 | 0.00 | 193.79 | 0.99 | 0.54 |
| Hex | 13 | C8 | FE | 5D | 15 | 0 | 0 | C2 | 63 | 36 |
| Octal | 23 | 310 | 376 | 135 | 25 | 0 | 0 | 302 | 143 | 66 |
| Binary | 10011 | 11001000 | 11111110 | 1011101 | 10101 | 0 | 0 | 11000010 | 1100011 | 110110 |
Color Harmonies of #13C8FE
Complementary color
Monochromatic Colors of #13C8FE
Black with #13C8FE
Text Example
Text Example
White with #13C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8FE; }
p { color: rgb(19,200,254); }
H1.HeaderClassName
{
color: #13C8FE;
}
.AnyTagClassName
{
color: #13C8FE;
}
</style>
background-color css
<style>
a { background-color: #13C8FE; }
a { background-color: rgb(19,200,254); }
div.DivClassName
{
background-color: #13C8FE;
}
.BgClassName
{
background-color: #13C8FE;
}
</style>
border-color css
<style>
span { border-color: #13C8FE; }
span { border-color: rgb(19,200,254); }
td.TdClassName
{
border-color: #13C8FE;
}
.TagClassName
{
border-color: #13C8FE;
}
</style>