Shades of Deep Sky Blue #12AEFF
Tints of Deep Sky Blue #12AEFF
RGB
CMYK
RGB Variations
Color information
#12AEFF (or 0x12AEFF) is known color: Deep Sky Blue. HEX triplet: 12, AE and FF. RGB value is (18,174,255). Sum of RGB (Red+Green+Blue) = 18+174+255=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #12AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AEFF is #ED5100. Grayscale: #888888. Windows color (decimal): -15552769 or 16756242. OLE color: 16756242.
HSL color Cylindrical-coordinate representation of color #12AEFF: hue angle of 200.51º 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 #12AEFF is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 174 | 255 | - |
| CMYK | 0.93 | 0.32 | 0 | 0 |
| HSL | 200.51º | 1% | 0.54% | - |
| HSV(B) | 200.51º | 0.93% | 1% | - |
| XYZ | 33.44 | 37.62 | 100.11 | - |
| YUV | 136.59 | 194.82 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 255 | 0.93 | 0.32 | 0 | 0 | 200.51 | 1 | 0.54 |
| Hex | 12 | AE | FF | 5D | 20 | 0 | 0 | C9 | 64 | 36 |
| Octal | 22 | 256 | 377 | 135 | 40 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10010 | 10101110 | 11111111 | 1011101 | 100000 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #12AEFF
Complementary color
Monochromatic Colors of #12AEFF
Black with #12AEFF
Text Example
Text Example
White with #12AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AEFF; }
p { color: rgb(18,174,255); }
H1.HeaderClassName
{
color: #12AEFF;
}
.AnyTagClassName
{
color: #12AEFF;
}
</style>
background-color css
<style>
a { background-color: #12AEFF; }
a { background-color: rgb(18,174,255); }
div.DivClassName
{
background-color: #12AEFF;
}
.BgClassName
{
background-color: #12AEFF;
}
</style>
border-color css
<style>
span { border-color: #12AEFF; }
span { border-color: rgb(18,174,255); }
td.TdClassName
{
border-color: #12AEFF;
}
.TagClassName
{
border-color: #12AEFF;
}
</style>