Shades of Deep Sky Blue #13D5FF
Tints of Deep Sky Blue #13D5FF
RGB
CMYK
RGB Variations
Color information
#13D5FF (or 0x13D5FF) is known color: Deep Sky Blue. HEX triplet: 13, D5 and FF. RGB value is (19,213,255). Sum of RGB (Red+Green+Blue) = 19+213+255=487 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.90% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #13D5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D5FF is #EC2A00. Grayscale: #9F9F9F. Windows color (decimal): -15477249 or 16766227. OLE color: 16766227.
HSL color Cylindrical-coordinate representation of color #13D5FF: hue angle of 190.68º 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 #13D5FF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 213 | 255 | - |
| CMYK | 0.93 | 0.16 | 0 | 0 |
| HSL | 190.68º | 1% | 0.54% | - |
| HSV(B) | 190.68º | 0.93% | 1% | - |
| XYZ | 42.11 | 54.95 | 102.99 | - |
| YUV | 159.78 | 181.73 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 255 | 0.93 | 0.16 | 0 | 0 | 190.68 | 1 | 0.54 |
| Hex | 13 | D5 | FF | 5D | 10 | 0 | 0 | BF | 64 | 36 |
| Octal | 23 | 325 | 377 | 135 | 20 | 0 | 0 | 277 | 144 | 66 |
| Binary | 10011 | 11010101 | 11111111 | 1011101 | 10000 | 0 | 0 | 10111111 | 1100100 | 110110 |
Color Harmonies of #13D5FF
Complementary color
Monochromatic Colors of #13D5FF
Black with #13D5FF
Text Example
Text Example
White with #13D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D5FF; }
p { color: rgb(19,213,255); }
H1.HeaderClassName
{
color: #13D5FF;
}
.AnyTagClassName
{
color: #13D5FF;
}
</style>
background-color css
<style>
a { background-color: #13D5FF; }
a { background-color: rgb(19,213,255); }
div.DivClassName
{
background-color: #13D5FF;
}
.BgClassName
{
background-color: #13D5FF;
}
</style>
border-color css
<style>
span { border-color: #13D5FF; }
span { border-color: rgb(19,213,255); }
td.TdClassName
{
border-color: #13D5FF;
}
.TagClassName
{
border-color: #13D5FF;
}
</style>