Shades of Deep Sky Blue #13C8FF
Tints of Deep Sky Blue #13C8FF
RGB
CMYK
RGB Variations
Color information
#13C8FF (or 0x13C8FF) is known color: Deep Sky Blue. HEX triplet: 13, C8 and FF. RGB value is (19,200,255). Sum of RGB (Red+Green+Blue) = 19+200+255=474 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.01% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #13C8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C8FF is #EC3700. Grayscale: #979797. Windows color (decimal): -15480577 or 16762899. OLE color: 16762899.
HSL color Cylindrical-coordinate representation of color #13C8FF: hue angle of 193.98º 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 #13C8FF is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 200 | 255 | - |
| CMYK | 0.93 | 0.22 | 0 | 0 |
| HSL | 193.98º | 1% | 0.54% | - |
| HSV(B) | 193.98º | 0.93% | 1% | - |
| XYZ | 38.97 | 48.67 | 101.95 | - |
| YUV | 152.15 | 186.03 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 255 | 0.93 | 0.22 | 0 | 0 | 193.98 | 1 | 0.54 |
| Hex | 13 | C8 | FF | 5D | 16 | 0 | 0 | C2 | 64 | 36 |
| Octal | 23 | 310 | 377 | 135 | 26 | 0 | 0 | 302 | 144 | 66 |
| Binary | 10011 | 11001000 | 11111111 | 1011101 | 10110 | 0 | 0 | 11000010 | 1100100 | 110110 |
Color Harmonies of #13C8FF
Complementary color
Monochromatic Colors of #13C8FF
Black with #13C8FF
Text Example
Text Example
White with #13C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8FF; }
p { color: rgb(19,200,255); }
H1.HeaderClassName
{
color: #13C8FF;
}
.AnyTagClassName
{
color: #13C8FF;
}
</style>
background-color css
<style>
a { background-color: #13C8FF; }
a { background-color: rgb(19,200,255); }
div.DivClassName
{
background-color: #13C8FF;
}
.BgClassName
{
background-color: #13C8FF;
}
</style>
border-color css
<style>
span { border-color: #13C8FF; }
span { border-color: rgb(19,200,255); }
td.TdClassName
{
border-color: #13C8FF;
}
.TagClassName
{
border-color: #13C8FF;
}
</style>