Shades of Deep Sky Blue #12ACFF
Tints of Deep Sky Blue #12ACFF
RGB
CMYK
RGB Variations
Color information
#12ACFF (or 0x12ACFF) is known color: Deep Sky Blue. HEX triplet: 12, AC and FF. RGB value is (18,172,255). Sum of RGB (Red+Green+Blue) = 18+172+255=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #12ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACFF is #ED5300. Grayscale: #868686. Windows color (decimal): -15553281 or 16755730. OLE color: 16755730.
HSL color Cylindrical-coordinate representation of color #12ACFF: hue angle of 201.01º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ACFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 172 | 255 | - |
| CMYK | 0.93 | 0.33 | 0 | 0 |
| HSL | 201.01º | 1% | 0.54% | - |
| HSV(B) | 201.01º | 0.93% | 1% | - |
| XYZ | 33.05 | 36.85 | 99.98 | - |
| YUV | 135.42 | 195.48 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 255 | 0.93 | 0.33 | 0 | 0 | 201.01 | 1 | 0.54 |
| Hex | 12 | AC | FF | 5D | 21 | 0 | 0 | C9 | 64 | 36 |
| Octal | 22 | 254 | 377 | 135 | 41 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10010 | 10101100 | 11111111 | 1011101 | 100001 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #12ACFF
Complementary color
Monochromatic Colors of #12ACFF
Black with #12ACFF
Text Example
Text Example
White with #12ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACFF; }
p { color: rgb(18,172,255); }
H1.HeaderClassName
{
color: #12ACFF;
}
.AnyTagClassName
{
color: #12ACFF;
}
</style>
background-color css
<style>
a { background-color: #12ACFF; }
a { background-color: rgb(18,172,255); }
div.DivClassName
{
background-color: #12ACFF;
}
.BgClassName
{
background-color: #12ACFF;
}
</style>
border-color css
<style>
span { border-color: #12ACFF; }
span { border-color: rgb(18,172,255); }
td.TdClassName
{
border-color: #12ACFF;
}
.TagClassName
{
border-color: #12ACFF;
}
</style>