Shades of Deep Sky Blue #12ACEA
Tints of Deep Sky Blue #12ACEA
RGB
CMYK
RGB Variations
Color information
#12ACEA (or 0x12ACEA) is known color: Deep Sky Blue. HEX triplet: 12, AC and EA. RGB value is (18,172,234). Sum of RGB (Red+Green+Blue) = 18+172+234=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #12ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACEA is #ED5315. Grayscale: #848484. Windows color (decimal): -15553302 or 15379474. OLE color: 15379474.
HSL color Cylindrical-coordinate representation of color #12ACEA: hue angle of 197.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACEA is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 172 | 234 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.08 |
| HSL | 197.22º | 0.86% | 0.49% | - |
| HSV(B) | 197.22º | 0.92% | 0.92% | - |
| XYZ | 29.85 | 35.57 | 83.13 | - |
| YUV | 133.02 | 184.98 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 234 | 0.92 | 0.26 | 0 | 0.08 | 197.22 | 0.86 | 0.49 |
| Hex | 12 | AC | EA | 5C | 1A | 0 | 8 | C5 | 56 | 31 |
| Octal | 22 | 254 | 352 | 134 | 32 | 0 | 10 | 305 | 126 | 61 |
| Binary | 10010 | 10101100 | 11101010 | 1011100 | 11010 | 0 | 1000 | 11000101 | 1010110 | 110001 |
Color Harmonies of #12ACEA
Complementary color
Monochromatic Colors of #12ACEA
Black with #12ACEA
Text Example
Text Example
White with #12ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACEA; }
p { color: rgb(18,172,234); }
H1.HeaderClassName
{
color: #12ACEA;
}
.AnyTagClassName
{
color: #12ACEA;
}
</style>
background-color css
<style>
a { background-color: #12ACEA; }
a { background-color: rgb(18,172,234); }
div.DivClassName
{
background-color: #12ACEA;
}
.BgClassName
{
background-color: #12ACEA;
}
</style>
border-color css
<style>
span { border-color: #12ACEA; }
span { border-color: rgb(18,172,234); }
td.TdClassName
{
border-color: #12ACEA;
}
.TagClassName
{
border-color: #12ACEA;
}
</style>