Shades of Deep Sky Blue #13ACF3
Tints of Deep Sky Blue #13ACF3
RGB
CMYK
RGB Variations
Color information
#13ACF3 (or 0x13ACF3) is known color: Deep Sky Blue. HEX triplet: 13, AC and F3. RGB value is (19,172,243). Sum of RGB (Red+Green+Blue) = 19+172+243=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #13ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACF3 is #EC530C. Grayscale: #858585. Windows color (decimal): -15487757 or 15969299. OLE color: 15969299.
HSL color Cylindrical-coordinate representation of color #13ACF3: hue angle of 199.02º degrees, saturation: 0.9, 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 #13ACF3 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 172 | 243 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.05 |
| HSL | 199.02º | 0.9% | 0.51% | - |
| HSV(B) | 199.02º | 0.92% | 0.95% | - |
| XYZ | 31.2 | 36.11 | 90.12 | - |
| YUV | 134.35 | 189.31 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 243 | 0.92 | 0.29 | 0 | 0.05 | 199.02 | 0.9 | 0.51 |
| Hex | 13 | AC | F3 | 5C | 1D | 0 | 5 | C7 | 5A | 33 |
| Octal | 23 | 254 | 363 | 134 | 35 | 0 | 5 | 307 | 132 | 63 |
| Binary | 10011 | 10101100 | 11110011 | 1011100 | 11101 | 0 | 101 | 11000111 | 1011010 | 110011 |
Color Harmonies of #13ACF3
Complementary color
Monochromatic Colors of #13ACF3
Black with #13ACF3
Text Example
Text Example
White with #13ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACF3; }
p { color: rgb(19,172,243); }
H1.HeaderClassName
{
color: #13ACF3;
}
.AnyTagClassName
{
color: #13ACF3;
}
</style>
background-color css
<style>
a { background-color: #13ACF3; }
a { background-color: rgb(19,172,243); }
div.DivClassName
{
background-color: #13ACF3;
}
.BgClassName
{
background-color: #13ACF3;
}
</style>
border-color css
<style>
span { border-color: #13ACF3; }
span { border-color: rgb(19,172,243); }
td.TdClassName
{
border-color: #13ACF3;
}
.TagClassName
{
border-color: #13ACF3;
}
</style>