Shades of Deep Sky Blue #13ADF0
Tints of Deep Sky Blue #13ADF0
RGB
CMYK
RGB Variations
Color information
#13ADF0 (or 0x13ADF0) is known color: Deep Sky Blue. HEX triplet: 13, AD and F0. RGB value is (19,173,240). Sum of RGB (Red+Green+Blue) = 19+173+240=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #13ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ADF0 is #EC520F. Grayscale: #868686. Windows color (decimal): -15487504 or 15772947. OLE color: 15772947.
HSL color Cylindrical-coordinate representation of color #13ADF0: hue angle of 198.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ADF0 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 173 | 240 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.06 |
| HSL | 198.19º | 0.88% | 0.51% | - |
| HSV(B) | 198.19º | 0.92% | 0.94% | - |
| XYZ | 30.94 | 36.32 | 87.82 | - |
| YUV | 134.59 | 187.48 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 240 | 0.92 | 0.28 | 0 | 0.06 | 198.19 | 0.88 | 0.51 |
| Hex | 13 | AD | F0 | 5C | 1C | 0 | 6 | C6 | 58 | 33 |
| Octal | 23 | 255 | 360 | 134 | 34 | 0 | 6 | 306 | 130 | 63 |
| Binary | 10011 | 10101101 | 11110000 | 1011100 | 11100 | 0 | 110 | 11000110 | 1011000 | 110011 |
Color Harmonies of #13ADF0
Complementary color
Monochromatic Colors of #13ADF0
Black with #13ADF0
Text Example
Text Example
White with #13ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADF0; }
p { color: rgb(19,173,240); }
H1.HeaderClassName
{
color: #13ADF0;
}
.AnyTagClassName
{
color: #13ADF0;
}
</style>
background-color css
<style>
a { background-color: #13ADF0; }
a { background-color: rgb(19,173,240); }
div.DivClassName
{
background-color: #13ADF0;
}
.BgClassName
{
background-color: #13ADF0;
}
</style>
border-color css
<style>
span { border-color: #13ADF0; }
span { border-color: rgb(19,173,240); }
td.TdClassName
{
border-color: #13ADF0;
}
.TagClassName
{
border-color: #13ADF0;
}
</style>