Shades of Deep Sky Blue #13C9FF
Tints of Deep Sky Blue #13C9FF
RGB
CMYK
RGB Variations
Color information
#13C9FF (or 0x13C9FF) is known color: Deep Sky Blue. HEX triplet: 13, C9 and FF. RGB value is (19,201,255). Sum of RGB (Red+Green+Blue) = 19+201+255=475 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #13C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C9FF is #EC3600. Grayscale: #989898. Windows color (decimal): -15480321 or 16763155. OLE color: 16763155.
HSL color Cylindrical-coordinate representation of color #13C9FF: hue angle of 193.73º 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 #13C9FF is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 201 | 255 | - |
| CMYK | 0.93 | 0.21 | 0 | 0 |
| HSL | 193.73º | 1% | 0.54% | - |
| HSV(B) | 193.73º | 0.93% | 1% | - |
| XYZ | 39.21 | 49.13 | 102.02 | - |
| YUV | 152.74 | 185.7 | 32.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 255 | 0.93 | 0.21 | 0 | 0 | 193.73 | 1 | 0.54 |
| Hex | 13 | C9 | FF | 5D | 15 | 0 | 0 | C2 | 64 | 36 |
| Octal | 23 | 311 | 377 | 135 | 25 | 0 | 0 | 302 | 144 | 66 |
| Binary | 10011 | 11001001 | 11111111 | 1011101 | 10101 | 0 | 0 | 11000010 | 1100100 | 110110 |
Color Harmonies of #13C9FF
Complementary color
Monochromatic Colors of #13C9FF
Black with #13C9FF
Text Example
Text Example
White with #13C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C9FF; }
p { color: rgb(19,201,255); }
H1.HeaderClassName
{
color: #13C9FF;
}
.AnyTagClassName
{
color: #13C9FF;
}
</style>
background-color css
<style>
a { background-color: #13C9FF; }
a { background-color: rgb(19,201,255); }
div.DivClassName
{
background-color: #13C9FF;
}
.BgClassName
{
background-color: #13C9FF;
}
</style>
border-color css
<style>
span { border-color: #13C9FF; }
span { border-color: rgb(19,201,255); }
td.TdClassName
{
border-color: #13C9FF;
}
.TagClassName
{
border-color: #13C9FF;
}
</style>