Shades of Deep Sky Blue #12ACF1
Tints of Deep Sky Blue #12ACF1
RGB
CMYK
RGB Variations
Color information
#12ACF1 (or 0x12ACF1) is known color: Deep Sky Blue. HEX triplet: 12, AC and F1. RGB value is (18,172,241). Sum of RGB (Red+Green+Blue) = 18+172+241=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #12ACF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACF1 is #ED530E. Grayscale: #858585. Windows color (decimal): -15553295 or 15838226. OLE color: 15838226.
HSL color Cylindrical-coordinate representation of color #12ACF1: hue angle of 198.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ACF1 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 172 | 241 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.05 |
| HSL | 198.57º | 0.89% | 0.51% | - |
| HSV(B) | 198.57º | 0.93% | 0.95% | - |
| XYZ | 30.88 | 35.98 | 88.54 | - |
| YUV | 133.82 | 188.48 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 241 | 0.93 | 0.29 | 0 | 0.05 | 198.57 | 0.89 | 0.51 |
| Hex | 12 | AC | F1 | 5D | 1D | 0 | 5 | C7 | 59 | 33 |
| Octal | 22 | 254 | 361 | 135 | 35 | 0 | 5 | 307 | 131 | 63 |
| Binary | 10010 | 10101100 | 11110001 | 1011101 | 11101 | 0 | 101 | 11000111 | 1011001 | 110011 |
Color Harmonies of #12ACF1
Complementary color
Monochromatic Colors of #12ACF1
Black with #12ACF1
Text Example
Text Example
White with #12ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACF1; }
p { color: rgb(18,172,241); }
H1.HeaderClassName
{
color: #12ACF1;
}
.AnyTagClassName
{
color: #12ACF1;
}
</style>
background-color css
<style>
a { background-color: #12ACF1; }
a { background-color: rgb(18,172,241); }
div.DivClassName
{
background-color: #12ACF1;
}
.BgClassName
{
background-color: #12ACF1;
}
</style>
border-color css
<style>
span { border-color: #12ACF1; }
span { border-color: rgb(18,172,241); }
td.TdClassName
{
border-color: #12ACF1;
}
.TagClassName
{
border-color: #12ACF1;
}
</style>