Shades of Deep Sky Blue #13ACF9
Tints of Deep Sky Blue #13ACF9
RGB
CMYK
RGB Variations
Color information
#13ACF9 (or 0x13ACF9) is known color: Deep Sky Blue. HEX triplet: 13, AC and F9. RGB value is (19,172,249). Sum of RGB (Red+Green+Blue) = 19+172+249=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #13ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACF9 is #EC5306. Grayscale: #868686. Windows color (decimal): -15487751 or 16362515. OLE color: 16362515.
HSL color Cylindrical-coordinate representation of color #13ACF9: hue angle of 200.09º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ACF9 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 172 | 249 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.02 |
| HSL | 200.09º | 0.95% | 0.53% | - |
| HSV(B) | 200.09º | 0.92% | 0.98% | - |
| XYZ | 32.12 | 36.48 | 94.97 | - |
| YUV | 135.03 | 192.31 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 249 | 0.92 | 0.31 | 0 | 0.02 | 200.09 | 0.95 | 0.53 |
| Hex | 13 | AC | F9 | 5C | 1F | 0 | 2 | C8 | 5F | 35 |
| Octal | 23 | 254 | 371 | 134 | 37 | 0 | 2 | 310 | 137 | 65 |
| Binary | 10011 | 10101100 | 11111001 | 1011100 | 11111 | 0 | 10 | 11001000 | 1011111 | 110101 |
Color Harmonies of #13ACF9
Complementary color
Monochromatic Colors of #13ACF9
Black with #13ACF9
Text Example
Text Example
White with #13ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACF9; }
p { color: rgb(19,172,249); }
H1.HeaderClassName
{
color: #13ACF9;
}
.AnyTagClassName
{
color: #13ACF9;
}
</style>
background-color css
<style>
a { background-color: #13ACF9; }
a { background-color: rgb(19,172,249); }
div.DivClassName
{
background-color: #13ACF9;
}
.BgClassName
{
background-color: #13ACF9;
}
</style>
border-color css
<style>
span { border-color: #13ACF9; }
span { border-color: rgb(19,172,249); }
td.TdClassName
{
border-color: #13ACF9;
}
.TagClassName
{
border-color: #13ACF9;
}
</style>