Shades of Deep Sky Blue #13DDFF
Tints of Deep Sky Blue #13DDFF
RGB
CMYK
RGB Variations
Color information
#13DDFF (or 0x13DDFF) is known color: Deep Sky Blue. HEX triplet: 13, DD and FF. RGB value is (19,221,255). Sum of RGB (Red+Green+Blue) = 19+221+255=495 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.84% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #13DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DDFF is #EC2200. Grayscale: #A4A4A4. Windows color (decimal): -15475201 or 16768275. OLE color: 16768275.
HSL color Cylindrical-coordinate representation of color #13DDFF: hue angle of 188.64º 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 #13DDFF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 221 | 255 | - |
| CMYK | 0.93 | 0.13 | 0 | 0 |
| HSL | 188.64º | 1% | 0.54% | - |
| HSV(B) | 188.64º | 0.93% | 1% | - |
| XYZ | 44.18 | 59.07 | 103.68 | - |
| YUV | 164.48 | 179.08 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 255 | 0.93 | 0.13 | 0 | 0 | 188.64 | 1 | 0.54 |
| Hex | 13 | DD | FF | 5D | D | 0 | 0 | BD | 64 | 36 |
| Octal | 23 | 335 | 377 | 135 | 15 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10011 | 11011101 | 11111111 | 1011101 | 1101 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #13DDFF
Complementary color
Monochromatic Colors of #13DDFF
Black with #13DDFF
Text Example
Text Example
White with #13DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDFF; }
p { color: rgb(19,221,255); }
H1.HeaderClassName
{
color: #13DDFF;
}
.AnyTagClassName
{
color: #13DDFF;
}
</style>
background-color css
<style>
a { background-color: #13DDFF; }
a { background-color: rgb(19,221,255); }
div.DivClassName
{
background-color: #13DDFF;
}
.BgClassName
{
background-color: #13DDFF;
}
</style>
border-color css
<style>
span { border-color: #13DDFF; }
span { border-color: rgb(19,221,255); }
td.TdClassName
{
border-color: #13DDFF;
}
.TagClassName
{
border-color: #13DDFF;
}
</style>