Shades of Deep Sky Blue #12ACF5
Tints of Deep Sky Blue #12ACF5
RGB
CMYK
RGB Variations
Color information
#12ACF5 (or 0x12ACF5) is known color: Deep Sky Blue. HEX triplet: 12, AC and F5. RGB value is (18,172,245). Sum of RGB (Red+Green+Blue) = 18+172+245=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #12ACF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ACF5 is #ED530A. Grayscale: #858585. Windows color (decimal): -15553291 or 16100370. OLE color: 16100370.
HSL color Cylindrical-coordinate representation of color #12ACF5: hue angle of 199.3º degrees, saturation: 0.92, 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 #12ACF5 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 172 | 245 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.04 |
| HSL | 199.3º | 0.92% | 0.52% | - |
| HSV(B) | 199.3º | 0.93% | 0.96% | - |
| XYZ | 31.48 | 36.23 | 91.72 | - |
| YUV | 134.28 | 190.48 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 245 | 0.93 | 0.30 | 0 | 0.04 | 199.3 | 0.92 | 0.52 |
| Hex | 12 | AC | F5 | 5D | 1E | 0 | 4 | C7 | 5C | 34 |
| Octal | 22 | 254 | 365 | 135 | 36 | 0 | 4 | 307 | 134 | 64 |
| Binary | 10010 | 10101100 | 11110101 | 1011101 | 11110 | 0 | 100 | 11000111 | 1011100 | 110100 |
Color Harmonies of #12ACF5
Complementary color
Monochromatic Colors of #12ACF5
Black with #12ACF5
Text Example
Text Example
White with #12ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACF5; }
p { color: rgb(18,172,245); }
H1.HeaderClassName
{
color: #12ACF5;
}
.AnyTagClassName
{
color: #12ACF5;
}
</style>
background-color css
<style>
a { background-color: #12ACF5; }
a { background-color: rgb(18,172,245); }
div.DivClassName
{
background-color: #12ACF5;
}
.BgClassName
{
background-color: #12ACF5;
}
</style>
border-color css
<style>
span { border-color: #12ACF5; }
span { border-color: rgb(18,172,245); }
td.TdClassName
{
border-color: #12ACF5;
}
.TagClassName
{
border-color: #12ACF5;
}
</style>