Shades of Deep Sky Blue #12ADE8
Tints of Deep Sky Blue #12ADE8
RGB
CMYK
RGB Variations
Color information
#12ADE8 (or 0x12ADE8) is known color: Deep Sky Blue. HEX triplet: 12, AD and E8. RGB value is (18,173,232). Sum of RGB (Red+Green+Blue) = 18+173+232=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #12ADE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADE8 is #ED5217. Grayscale: #848484. Windows color (decimal): -15553048 or 15248658. OLE color: 15248658.
HSL color Cylindrical-coordinate representation of color #12ADE8: hue angle of 196.54º 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 #12ADE8 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 173 | 232 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.09 |
| HSL | 196.54º | 0.86% | 0.49% | - |
| HSV(B) | 196.54º | 0.92% | 0.91% | - |
| XYZ | 29.76 | 35.84 | 81.69 | - |
| YUV | 133.38 | 183.65 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 232 | 0.92 | 0.25 | 0 | 0.09 | 196.54 | 0.86 | 0.49 |
| Hex | 12 | AD | E8 | 5C | 19 | 0 | 9 | C5 | 56 | 31 |
| Octal | 22 | 255 | 350 | 134 | 31 | 0 | 11 | 305 | 126 | 61 |
| Binary | 10010 | 10101101 | 11101000 | 1011100 | 11001 | 0 | 1001 | 11000101 | 1010110 | 110001 |
Color Harmonies of #12ADE8
Complementary color
Monochromatic Colors of #12ADE8
Black with #12ADE8
Text Example
Text Example
White with #12ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADE8; }
p { color: rgb(18,173,232); }
H1.HeaderClassName
{
color: #12ADE8;
}
.AnyTagClassName
{
color: #12ADE8;
}
</style>
background-color css
<style>
a { background-color: #12ADE8; }
a { background-color: rgb(18,173,232); }
div.DivClassName
{
background-color: #12ADE8;
}
.BgClassName
{
background-color: #12ADE8;
}
</style>
border-color css
<style>
span { border-color: #12ADE8; }
span { border-color: rgb(18,173,232); }
td.TdClassName
{
border-color: #12ADE8;
}
.TagClassName
{
border-color: #12ADE8;
}
</style>