Shades of Deep Sky Blue #13ACF6
Tints of Deep Sky Blue #13ACF6
RGB
CMYK
RGB Variations
Color information
#13ACF6 (or 0x13ACF6) is known color: Deep Sky Blue. HEX triplet: 13, AC and F6. RGB value is (19,172,246). Sum of RGB (Red+Green+Blue) = 19+172+246=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #13ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACF6 is #EC5309. Grayscale: #868686. Windows color (decimal): -15487754 or 16165907. OLE color: 16165907.
HSL color Cylindrical-coordinate representation of color #13ACF6: hue angle of 199.56º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ACF6 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 172 | 246 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.04 |
| HSL | 199.56º | 0.93% | 0.52% | - |
| HSV(B) | 199.56º | 0.92% | 0.96% | - |
| XYZ | 31.66 | 36.3 | 92.53 | - |
| YUV | 134.69 | 190.81 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 246 | 0.92 | 0.30 | 0 | 0.04 | 199.56 | 0.93 | 0.52 |
| Hex | 13 | AC | F6 | 5C | 1E | 0 | 4 | C8 | 5D | 34 |
| Octal | 23 | 254 | 366 | 134 | 36 | 0 | 4 | 310 | 135 | 64 |
| Binary | 10011 | 10101100 | 11110110 | 1011100 | 11110 | 0 | 100 | 11001000 | 1011101 | 110100 |
Color Harmonies of #13ACF6
Complementary color
Monochromatic Colors of #13ACF6
Black with #13ACF6
Text Example
Text Example
White with #13ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACF6; }
p { color: rgb(19,172,246); }
H1.HeaderClassName
{
color: #13ACF6;
}
.AnyTagClassName
{
color: #13ACF6;
}
</style>
background-color css
<style>
a { background-color: #13ACF6; }
a { background-color: rgb(19,172,246); }
div.DivClassName
{
background-color: #13ACF6;
}
.BgClassName
{
background-color: #13ACF6;
}
</style>
border-color css
<style>
span { border-color: #13ACF6; }
span { border-color: rgb(19,172,246); }
td.TdClassName
{
border-color: #13ACF6;
}
.TagClassName
{
border-color: #13ACF6;
}
</style>