Shades of Deep Sky Blue #12ADEE
Tints of Deep Sky Blue #12ADEE
RGB
CMYK
RGB Variations
Color information
#12ADEE (or 0x12ADEE) is known color: Deep Sky Blue. HEX triplet: 12, AD and EE. RGB value is (18,173,238). Sum of RGB (Red+Green+Blue) = 18+173+238=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #12ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ADEE is #ED5211. Grayscale: #858585. Windows color (decimal): -15553042 or 15641874. OLE color: 15641874.
HSL color Cylindrical-coordinate representation of color #12ADEE: hue angle of 197.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ADEE is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 173 | 238 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.07 |
| HSL | 197.73º | 0.87% | 0.5% | - |
| HSV(B) | 197.73º | 0.92% | 0.93% | - |
| XYZ | 30.63 | 36.19 | 86.26 | - |
| YUV | 134.07 | 186.65 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 238 | 0.92 | 0.27 | 0 | 0.07 | 197.73 | 0.87 | 0.5 |
| Hex | 12 | AD | EE | 5C | 1B | 0 | 7 | C6 | 57 | 32 |
| Octal | 22 | 255 | 356 | 134 | 33 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10010 | 10101101 | 11101110 | 1011100 | 11011 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #12ADEE
Complementary color
Monochromatic Colors of #12ADEE
Black with #12ADEE
Text Example
Text Example
White with #12ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADEE; }
p { color: rgb(18,173,238); }
H1.HeaderClassName
{
color: #12ADEE;
}
.AnyTagClassName
{
color: #12ADEE;
}
</style>
background-color css
<style>
a { background-color: #12ADEE; }
a { background-color: rgb(18,173,238); }
div.DivClassName
{
background-color: #12ADEE;
}
.BgClassName
{
background-color: #12ADEE;
}
</style>
border-color css
<style>
span { border-color: #12ADEE; }
span { border-color: rgb(18,173,238); }
td.TdClassName
{
border-color: #12ADEE;
}
.TagClassName
{
border-color: #12ADEE;
}
</style>