Shades of Deep Sky Blue #12ACF6
Tints of Deep Sky Blue #12ACF6
RGB
CMYK
RGB Variations
Color information
#12ACF6 (or 0x12ACF6) is known color: Deep Sky Blue. HEX triplet: 12, AC and F6. RGB value is (18,172,246). Sum of RGB (Red+Green+Blue) = 18+172+246=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #12ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACF6 is #ED5309. Grayscale: #858585. Windows color (decimal): -15553290 or 16165906. OLE color: 16165906.
HSL color Cylindrical-coordinate representation of color #12ACF6: hue angle of 199.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ACF6 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 172 | 246 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.04 |
| HSL | 199.47º | 0.93% | 0.52% | - |
| HSV(B) | 199.47º | 0.93% | 0.96% | - |
| XYZ | 31.64 | 36.29 | 92.53 | - |
| YUV | 134.39 | 190.98 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 246 | 0.93 | 0.30 | 0 | 0.04 | 199.47 | 0.93 | 0.52 |
| Hex | 12 | AC | F6 | 5D | 1E | 0 | 4 | C7 | 5D | 34 |
| Octal | 22 | 254 | 366 | 135 | 36 | 0 | 4 | 307 | 135 | 64 |
| Binary | 10010 | 10101100 | 11110110 | 1011101 | 11110 | 0 | 100 | 11000111 | 1011101 | 110100 |
Color Harmonies of #12ACF6
Complementary color
Monochromatic Colors of #12ACF6
Black with #12ACF6
Text Example
Text Example
White with #12ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACF6; }
p { color: rgb(18,172,246); }
H1.HeaderClassName
{
color: #12ACF6;
}
.AnyTagClassName
{
color: #12ACF6;
}
</style>
background-color css
<style>
a { background-color: #12ACF6; }
a { background-color: rgb(18,172,246); }
div.DivClassName
{
background-color: #12ACF6;
}
.BgClassName
{
background-color: #12ACF6;
}
</style>
border-color css
<style>
span { border-color: #12ACF6; }
span { border-color: rgb(18,172,246); }
td.TdClassName
{
border-color: #12ACF6;
}
.TagClassName
{
border-color: #12ACF6;
}
</style>