Shades of Deep Sky Blue #13ACF1
Tints of Deep Sky Blue #13ACF1
RGB
CMYK
RGB Variations
Color information
#13ACF1 (or 0x13ACF1) is known color: Deep Sky Blue. HEX triplet: 13, AC and F1. RGB value is (19,172,241). Sum of RGB (Red+Green+Blue) = 19+172+241=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #13ACF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACF1 is #EC530E. Grayscale: #858585. Windows color (decimal): -15487759 or 15838227. OLE color: 15838227.
HSL color Cylindrical-coordinate representation of color #13ACF1: hue angle of 198.65º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ACF1 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 172 | 241 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.05 |
| HSL | 198.65º | 0.89% | 0.51% | - |
| HSV(B) | 198.65º | 0.92% | 0.95% | - |
| XYZ | 30.9 | 35.99 | 88.54 | - |
| YUV | 134.12 | 188.31 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 241 | 0.92 | 0.29 | 0 | 0.05 | 198.65 | 0.89 | 0.51 |
| Hex | 13 | AC | F1 | 5C | 1D | 0 | 5 | C7 | 59 | 33 |
| Octal | 23 | 254 | 361 | 134 | 35 | 0 | 5 | 307 | 131 | 63 |
| Binary | 10011 | 10101100 | 11110001 | 1011100 | 11101 | 0 | 101 | 11000111 | 1011001 | 110011 |
Color Harmonies of #13ACF1
Complementary color
Monochromatic Colors of #13ACF1
Black with #13ACF1
Text Example
Text Example
White with #13ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACF1; }
p { color: rgb(19,172,241); }
H1.HeaderClassName
{
color: #13ACF1;
}
.AnyTagClassName
{
color: #13ACF1;
}
</style>
background-color css
<style>
a { background-color: #13ACF1; }
a { background-color: rgb(19,172,241); }
div.DivClassName
{
background-color: #13ACF1;
}
.BgClassName
{
background-color: #13ACF1;
}
</style>
border-color css
<style>
span { border-color: #13ACF1; }
span { border-color: rgb(19,172,241); }
td.TdClassName
{
border-color: #13ACF1;
}
.TagClassName
{
border-color: #13ACF1;
}
</style>