Shades of Deep Sky Blue #12C0EB
Tints of Deep Sky Blue #12C0EB
RGB
CMYK
RGB Variations
Color information
#12C0EB (or 0x12C0EB) is known color: Deep Sky Blue. HEX triplet: 12, C0 and EB. RGB value is (18,192,235). Sum of RGB (Red+Green+Blue) = 18+192+235=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #12C0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C0EB is #ED3F14. Grayscale: #909090. Windows color (decimal): -15548181 or 15450130. OLE color: 15450130.
HSL color Cylindrical-coordinate representation of color #12C0EB: hue angle of 191.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C0EB is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 192 | 235 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.08 |
| HSL | 191.89º | 0.86% | 0.5% | - |
| HSV(B) | 191.89º | 0.92% | 0.92% | - |
| XYZ | 34.09 | 43.83 | 85.26 | - |
| YUV | 144.88 | 178.85 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 235 | 0.92 | 0.18 | 0 | 0.08 | 191.89 | 0.86 | 0.5 |
| Hex | 12 | C0 | EB | 5C | 12 | 0 | 8 | C0 | 56 | 32 |
| Octal | 22 | 300 | 353 | 134 | 22 | 0 | 10 | 300 | 126 | 62 |
| Binary | 10010 | 11000000 | 11101011 | 1011100 | 10010 | 0 | 1000 | 11000000 | 1010110 | 110010 |
Color Harmonies of #12C0EB
Complementary color
Monochromatic Colors of #12C0EB
Black with #12C0EB
Text Example
Text Example
White with #12C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0EB; }
p { color: rgb(18,192,235); }
H1.HeaderClassName
{
color: #12C0EB;
}
.AnyTagClassName
{
color: #12C0EB;
}
</style>
background-color css
<style>
a { background-color: #12C0EB; }
a { background-color: rgb(18,192,235); }
div.DivClassName
{
background-color: #12C0EB;
}
.BgClassName
{
background-color: #12C0EB;
}
</style>
border-color css
<style>
span { border-color: #12C0EB; }
span { border-color: rgb(18,192,235); }
td.TdClassName
{
border-color: #12C0EB;
}
.TagClassName
{
border-color: #12C0EB;
}
</style>