Shades of Deep Sky Blue #12ADEF
Tints of Deep Sky Blue #12ADEF
RGB
CMYK
RGB Variations
Color information
#12ADEF (or 0x12ADEF) is known color: Deep Sky Blue. HEX triplet: 12, AD and EF. RGB value is (18,173,239). Sum of RGB (Red+Green+Blue) = 18+173+239=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #12ADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADEF is #ED5210. Grayscale: #858585. Windows color (decimal): -15553041 or 15707410. OLE color: 15707410.
HSL color Cylindrical-coordinate representation of color #12ADEF: hue angle of 197.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ADEF is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 173 | 239 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.06 |
| HSL | 197.92º | 0.87% | 0.5% | - |
| HSV(B) | 197.92º | 0.92% | 0.94% | - |
| XYZ | 30.77 | 36.25 | 87.04 | - |
| YUV | 134.18 | 187.15 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 239 | 0.92 | 0.28 | 0 | 0.06 | 197.92 | 0.87 | 0.5 |
| Hex | 12 | AD | EF | 5C | 1C | 0 | 6 | C6 | 57 | 32 |
| Octal | 22 | 255 | 357 | 134 | 34 | 0 | 6 | 306 | 127 | 62 |
| Binary | 10010 | 10101101 | 11101111 | 1011100 | 11100 | 0 | 110 | 11000110 | 1010111 | 110010 |
Color Harmonies of #12ADEF
Complementary color
Monochromatic Colors of #12ADEF
Black with #12ADEF
Text Example
Text Example
White with #12ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADEF; }
p { color: rgb(18,173,239); }
H1.HeaderClassName
{
color: #12ADEF;
}
.AnyTagClassName
{
color: #12ADEF;
}
</style>
background-color css
<style>
a { background-color: #12ADEF; }
a { background-color: rgb(18,173,239); }
div.DivClassName
{
background-color: #12ADEF;
}
.BgClassName
{
background-color: #12ADEF;
}
</style>
border-color css
<style>
span { border-color: #12ADEF; }
span { border-color: rgb(18,173,239); }
td.TdClassName
{
border-color: #12ADEF;
}
.TagClassName
{
border-color: #12ADEF;
}
</style>