Shades of Deep Sky Blue #13ACE8
Tints of Deep Sky Blue #13ACE8
RGB
CMYK
RGB Variations
Color information
#13ACE8 (or 0x13ACE8) is known color: Deep Sky Blue. HEX triplet: 13, AC and E8. RGB value is (19,172,232). Sum of RGB (Red+Green+Blue) = 19+172+232=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #13ACE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACE8 is #EC5317. Grayscale: #848484. Windows color (decimal): -15487768 or 15248403. OLE color: 15248403.
HSL color Cylindrical-coordinate representation of color #13ACE8: hue angle of 196.9º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ACE8 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 172 | 232 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.09 |
| HSL | 196.9º | 0.85% | 0.49% | - |
| HSV(B) | 196.9º | 0.92% | 0.91% | - |
| XYZ | 29.59 | 35.47 | 81.63 | - |
| YUV | 133.09 | 183.81 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 232 | 0.92 | 0.26 | 0 | 0.09 | 196.9 | 0.85 | 0.49 |
| Hex | 13 | AC | E8 | 5C | 1A | 0 | 9 | C5 | 55 | 31 |
| Octal | 23 | 254 | 350 | 134 | 32 | 0 | 11 | 305 | 125 | 61 |
| Binary | 10011 | 10101100 | 11101000 | 1011100 | 11010 | 0 | 1001 | 11000101 | 1010101 | 110001 |
Color Harmonies of #13ACE8
Complementary color
Monochromatic Colors of #13ACE8
Black with #13ACE8
Text Example
Text Example
White with #13ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACE8; }
p { color: rgb(19,172,232); }
H1.HeaderClassName
{
color: #13ACE8;
}
.AnyTagClassName
{
color: #13ACE8;
}
</style>
background-color css
<style>
a { background-color: #13ACE8; }
a { background-color: rgb(19,172,232); }
div.DivClassName
{
background-color: #13ACE8;
}
.BgClassName
{
background-color: #13ACE8;
}
</style>
border-color css
<style>
span { border-color: #13ACE8; }
span { border-color: rgb(19,172,232); }
td.TdClassName
{
border-color: #13ACE8;
}
.TagClassName
{
border-color: #13ACE8;
}
</style>