Shades of Deep Sky Blue #13ADFE
Tints of Deep Sky Blue #13ADFE
RGB
CMYK
RGB Variations
Color information
#13ADFE (or 0x13ADFE) is known color: Deep Sky Blue. HEX triplet: 13, AD and FE. RGB value is (19,173,254). Sum of RGB (Red+Green+Blue) = 19+173+254=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #13ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ADFE is #EC5201. Grayscale: #878787. Windows color (decimal): -15487490 or 16690451. OLE color: 16690451.
HSL color Cylindrical-coordinate representation of color #13ADFE: hue angle of 200.68º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13ADFE is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 173 | 254 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.00 |
| HSL | 200.68º | 0.99% | 0.54% | - |
| HSV(B) | 200.68º | 0.93% | 1% | - |
| XYZ | 33.1 | 37.18 | 99.2 | - |
| YUV | 136.19 | 194.48 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 254 | 0.93 | 0.32 | 0 | 0.00 | 200.68 | 0.99 | 0.54 |
| Hex | 13 | AD | FE | 5D | 20 | 0 | 0 | C9 | 63 | 36 |
| Octal | 23 | 255 | 376 | 135 | 40 | 0 | 0 | 311 | 143 | 66 |
| Binary | 10011 | 10101101 | 11111110 | 1011101 | 100000 | 0 | 0 | 11001001 | 1100011 | 110110 |
Color Harmonies of #13ADFE
Complementary color
Monochromatic Colors of #13ADFE
Black with #13ADFE
Text Example
Text Example
White with #13ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADFE; }
p { color: rgb(19,173,254); }
H1.HeaderClassName
{
color: #13ADFE;
}
.AnyTagClassName
{
color: #13ADFE;
}
</style>
background-color css
<style>
a { background-color: #13ADFE; }
a { background-color: rgb(19,173,254); }
div.DivClassName
{
background-color: #13ADFE;
}
.BgClassName
{
background-color: #13ADFE;
}
</style>
border-color css
<style>
span { border-color: #13ADFE; }
span { border-color: rgb(19,173,254); }
td.TdClassName
{
border-color: #13ADFE;
}
.TagClassName
{
border-color: #13ADFE;
}
</style>