Shades of Deep Sky Blue #13A8EA
Tints of Deep Sky Blue #13A8EA
RGB
CMYK
RGB Variations
Color information
#13A8EA (or 0x13A8EA) is known color: Deep Sky Blue. HEX triplet: 13, A8 and EA. RGB value is (19,168,234). Sum of RGB (Red+Green+Blue) = 19+168+234=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #13A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A8EA is #EC5715. Grayscale: #828282. Windows color (decimal): -15488790 or 15378451. OLE color: 15378451.
HSL color Cylindrical-coordinate representation of color #13A8EA: hue angle of 198.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A8EA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 168 | 234 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.08 |
| HSL | 198.42º | 0.85% | 0.5% | - |
| HSV(B) | 198.42º | 0.92% | 0.92% | - |
| XYZ | 29.12 | 34.08 | 82.89 | - |
| YUV | 130.97 | 186.14 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 234 | 0.92 | 0.28 | 0 | 0.08 | 198.42 | 0.85 | 0.5 |
| Hex | 13 | A8 | EA | 5C | 1C | 0 | 8 | C6 | 55 | 32 |
| Octal | 23 | 250 | 352 | 134 | 34 | 0 | 10 | 306 | 125 | 62 |
| Binary | 10011 | 10101000 | 11101010 | 1011100 | 11100 | 0 | 1000 | 11000110 | 1010101 | 110010 |
Color Harmonies of #13A8EA
Complementary color
Monochromatic Colors of #13A8EA
Black with #13A8EA
Text Example
Text Example
White with #13A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8EA; }
p { color: rgb(19,168,234); }
H1.HeaderClassName
{
color: #13A8EA;
}
.AnyTagClassName
{
color: #13A8EA;
}
</style>
background-color css
<style>
a { background-color: #13A8EA; }
a { background-color: rgb(19,168,234); }
div.DivClassName
{
background-color: #13A8EA;
}
.BgClassName
{
background-color: #13A8EA;
}
</style>
border-color css
<style>
span { border-color: #13A8EA; }
span { border-color: rgb(19,168,234); }
td.TdClassName
{
border-color: #13A8EA;
}
.TagClassName
{
border-color: #13A8EA;
}
</style>