Shades of Deep Sky Blue #12ADE9
Tints of Deep Sky Blue #12ADE9
RGB
CMYK
RGB Variations
Color information
#12ADE9 (or 0x12ADE9) is known color: Deep Sky Blue. HEX triplet: 12, AD and E9. RGB value is (18,173,233). Sum of RGB (Red+Green+Blue) = 18+173+233=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #12ADE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADE9 is #ED5216. Grayscale: #858585. Windows color (decimal): -15553047 or 15314194. OLE color: 15314194.
HSL color Cylindrical-coordinate representation of color #12ADE9: hue angle of 196.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ADE9 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 173 | 233 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.09 |
| HSL | 196.74º | 0.86% | 0.49% | - |
| HSV(B) | 196.74º | 0.92% | 0.91% | - |
| XYZ | 29.9 | 35.9 | 82.44 | - |
| YUV | 133.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 233 | 0.92 | 0.26 | 0 | 0.09 | 196.74 | 0.86 | 0.49 |
| Hex | 12 | AD | E9 | 5C | 1A | 0 | 9 | C5 | 56 | 31 |
| Octal | 22 | 255 | 351 | 134 | 32 | 0 | 11 | 305 | 126 | 61 |
| Binary | 10010 | 10101101 | 11101001 | 1011100 | 11010 | 0 | 1001 | 11000101 | 1010110 | 110001 |
Color Harmonies of #12ADE9
Complementary color
Monochromatic Colors of #12ADE9
Black with #12ADE9
Text Example
Text Example
White with #12ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADE9; }
p { color: rgb(18,173,233); }
H1.HeaderClassName
{
color: #12ADE9;
}
.AnyTagClassName
{
color: #12ADE9;
}
</style>
background-color css
<style>
a { background-color: #12ADE9; }
a { background-color: rgb(18,173,233); }
div.DivClassName
{
background-color: #12ADE9;
}
.BgClassName
{
background-color: #12ADE9;
}
</style>
border-color css
<style>
span { border-color: #12ADE9; }
span { border-color: rgb(18,173,233); }
td.TdClassName
{
border-color: #12ADE9;
}
.TagClassName
{
border-color: #12ADE9;
}
</style>