Shades of Deep Sky Blue #12ACF9
Tints of Deep Sky Blue #12ACF9
RGB
CMYK
RGB Variations
Color information
#12ACF9 (or 0x12ACF9) is known color: Deep Sky Blue. HEX triplet: 12, AC and F9. RGB value is (18,172,249). Sum of RGB (Red+Green+Blue) = 18+172+249=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #12ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACF9 is #ED5306. Grayscale: #868686. Windows color (decimal): -15553287 or 16362514. OLE color: 16362514.
HSL color Cylindrical-coordinate representation of color #12ACF9: hue angle of 200º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ACF9 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 172 | 249 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.02 |
| HSL | 200º | 0.95% | 0.52% | - |
| HSV(B) | 200º | 0.93% | 0.98% | - |
| XYZ | 32.1 | 36.47 | 94.97 | - |
| YUV | 134.73 | 192.48 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 249 | 0.93 | 0.31 | 0 | 0.02 | 200 | 0.95 | 0.52 |
| Hex | 12 | AC | F9 | 5D | 1F | 0 | 2 | C8 | 5F | 34 |
| Octal | 22 | 254 | 371 | 135 | 37 | 0 | 2 | 310 | 137 | 64 |
| Binary | 10010 | 10101100 | 11111001 | 1011101 | 11111 | 0 | 10 | 11001000 | 1011111 | 110100 |
Color Harmonies of #12ACF9
Complementary color
Monochromatic Colors of #12ACF9
Black with #12ACF9
Text Example
Text Example
White with #12ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACF9; }
p { color: rgb(18,172,249); }
H1.HeaderClassName
{
color: #12ACF9;
}
.AnyTagClassName
{
color: #12ACF9;
}
</style>
background-color css
<style>
a { background-color: #12ACF9; }
a { background-color: rgb(18,172,249); }
div.DivClassName
{
background-color: #12ACF9;
}
.BgClassName
{
background-color: #12ACF9;
}
</style>
border-color css
<style>
span { border-color: #12ACF9; }
span { border-color: rgb(18,172,249); }
td.TdClassName
{
border-color: #12ACF9;
}
.TagClassName
{
border-color: #12ACF9;
}
</style>