Shades of Deep Sky Blue #13ACF4
Tints of Deep Sky Blue #13ACF4
RGB
CMYK
RGB Variations
Color information
#13ACF4 (or 0x13ACF4) is known color: Deep Sky Blue. HEX triplet: 13, AC and F4. RGB value is (19,172,244). Sum of RGB (Red+Green+Blue) = 19+172+244=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #13ACF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACF4 is #EC530B. Grayscale: #868686. Windows color (decimal): -15487756 or 16034835. OLE color: 16034835.
HSL color Cylindrical-coordinate representation of color #13ACF4: hue angle of 199.2º degrees, saturation: 0.91, 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 #13ACF4 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 172 | 244 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.04 |
| HSL | 199.2º | 0.91% | 0.52% | - |
| HSV(B) | 199.2º | 0.92% | 0.96% | - |
| XYZ | 31.35 | 36.18 | 90.92 | - |
| YUV | 134.46 | 189.81 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 244 | 0.92 | 0.30 | 0 | 0.04 | 199.2 | 0.91 | 0.52 |
| Hex | 13 | AC | F4 | 5C | 1E | 0 | 4 | C7 | 5B | 34 |
| Octal | 23 | 254 | 364 | 134 | 36 | 0 | 4 | 307 | 133 | 64 |
| Binary | 10011 | 10101100 | 11110100 | 1011100 | 11110 | 0 | 100 | 11000111 | 1011011 | 110100 |
Color Harmonies of #13ACF4
Complementary color
Monochromatic Colors of #13ACF4
Black with #13ACF4
Text Example
Text Example
White with #13ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACF4; }
p { color: rgb(19,172,244); }
H1.HeaderClassName
{
color: #13ACF4;
}
.AnyTagClassName
{
color: #13ACF4;
}
</style>
background-color css
<style>
a { background-color: #13ACF4; }
a { background-color: rgb(19,172,244); }
div.DivClassName
{
background-color: #13ACF4;
}
.BgClassName
{
background-color: #13ACF4;
}
</style>
border-color css
<style>
span { border-color: #13ACF4; }
span { border-color: rgb(19,172,244); }
td.TdClassName
{
border-color: #13ACF4;
}
.TagClassName
{
border-color: #13ACF4;
}
</style>