Shades of Deep Sky Blue #13ACF5
Tints of Deep Sky Blue #13ACF5
RGB
CMYK
RGB Variations
Color information
#13ACF5 (or 0x13ACF5) is known color: Deep Sky Blue. HEX triplet: 13, AC and F5. RGB value is (19,172,245). Sum of RGB (Red+Green+Blue) = 19+172+245=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #13ACF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACF5 is #EC530A. Grayscale: #868686. Windows color (decimal): -15487755 or 16100371. OLE color: 16100371.
HSL color Cylindrical-coordinate representation of color #13ACF5: hue angle of 199.38º degrees, saturation: 0.92, 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 #13ACF5 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 172 | 245 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.04 |
| HSL | 199.38º | 0.92% | 0.52% | - |
| HSV(B) | 199.38º | 0.92% | 0.96% | - |
| XYZ | 31.5 | 36.24 | 91.72 | - |
| YUV | 134.58 | 190.31 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 245 | 0.92 | 0.30 | 0 | 0.04 | 199.38 | 0.92 | 0.52 |
| Hex | 13 | AC | F5 | 5C | 1E | 0 | 4 | C7 | 5C | 34 |
| Octal | 23 | 254 | 365 | 134 | 36 | 0 | 4 | 307 | 134 | 64 |
| Binary | 10011 | 10101100 | 11110101 | 1011100 | 11110 | 0 | 100 | 11000111 | 1011100 | 110100 |
Color Harmonies of #13ACF5
Complementary color
Monochromatic Colors of #13ACF5
Black with #13ACF5
Text Example
Text Example
White with #13ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACF5; }
p { color: rgb(19,172,245); }
H1.HeaderClassName
{
color: #13ACF5;
}
.AnyTagClassName
{
color: #13ACF5;
}
</style>
background-color css
<style>
a { background-color: #13ACF5; }
a { background-color: rgb(19,172,245); }
div.DivClassName
{
background-color: #13ACF5;
}
.BgClassName
{
background-color: #13ACF5;
}
</style>
border-color css
<style>
span { border-color: #13ACF5; }
span { border-color: rgb(19,172,245); }
td.TdClassName
{
border-color: #13ACF5;
}
.TagClassName
{
border-color: #13ACF5;
}
</style>