Shades of Deep Sky Blue #13D8FF
Tints of Deep Sky Blue #13D8FF
RGB
CMYK
RGB Variations
Color information
#13D8FF (or 0x13D8FF) is known color: Deep Sky Blue. HEX triplet: 13, D8 and FF. RGB value is (19,216,255). Sum of RGB (Red+Green+Blue) = 19+216+255=490 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.88% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #13D8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D8FF is #EC2700. Grayscale: #A1A1A1. Windows color (decimal): -15476481 or 16766995. OLE color: 16766995.
HSL color Cylindrical-coordinate representation of color #13D8FF: hue angle of 189.92º 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 #13D8FF is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 216 | 255 | - |
| CMYK | 0.93 | 0.15 | 0 | 0 |
| HSL | 189.92º | 1% | 0.54% | - |
| HSV(B) | 189.92º | 0.93% | 1% | - |
| XYZ | 42.87 | 56.47 | 103.25 | - |
| YUV | 161.54 | 180.73 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 255 | 0.93 | 0.15 | 0 | 0 | 189.92 | 1 | 0.54 |
| Hex | 13 | D8 | FF | 5D | F | 0 | 0 | BE | 64 | 36 |
| Octal | 23 | 330 | 377 | 135 | 17 | 0 | 0 | 276 | 144 | 66 |
| Binary | 10011 | 11011000 | 11111111 | 1011101 | 1111 | 0 | 0 | 10111110 | 1100100 | 110110 |
Color Harmonies of #13D8FF
Complementary color
Monochromatic Colors of #13D8FF
Black with #13D8FF
Text Example
Text Example
White with #13D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D8FF; }
p { color: rgb(19,216,255); }
H1.HeaderClassName
{
color: #13D8FF;
}
.AnyTagClassName
{
color: #13D8FF;
}
</style>
background-color css
<style>
a { background-color: #13D8FF; }
a { background-color: rgb(19,216,255); }
div.DivClassName
{
background-color: #13D8FF;
}
.BgClassName
{
background-color: #13D8FF;
}
</style>
border-color css
<style>
span { border-color: #13D8FF; }
span { border-color: rgb(19,216,255); }
td.TdClassName
{
border-color: #13D8FF;
}
.TagClassName
{
border-color: #13D8FF;
}
</style>