Shades of Deep Sky Blue #12BCEC
Tints of Deep Sky Blue #12BCEC
RGB
CMYK
RGB Variations
Color information
#12BCEC (or 0x12BCEC) is known color: Deep Sky Blue. HEX triplet: 12, BC and EC. RGB value is (18,188,236). Sum of RGB (Red+Green+Blue) = 18+188+236=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #12BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCEC is #ED4313. Grayscale: #8E8E8E. Windows color (decimal): -15549204 or 15514642. OLE color: 15514642.
HSL color Cylindrical-coordinate representation of color #12BCEC: hue angle of 193.21º degrees, saturation: 0.86, 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 #12BCEC is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 188 | 236 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.07 |
| HSL | 193.21º | 0.86% | 0.5% | - |
| HSV(B) | 193.21º | 0.92% | 0.93% | - |
| XYZ | 33.37 | 42.15 | 85.73 | - |
| YUV | 142.64 | 180.68 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 236 | 0.92 | 0.20 | 0 | 0.07 | 193.21 | 0.86 | 0.5 |
| Hex | 12 | BC | EC | 5C | 14 | 0 | 7 | C1 | 56 | 32 |
| Octal | 22 | 274 | 354 | 134 | 24 | 0 | 7 | 301 | 126 | 62 |
| Binary | 10010 | 10111100 | 11101100 | 1011100 | 10100 | 0 | 111 | 11000001 | 1010110 | 110010 |
Color Harmonies of #12BCEC
Complementary color
Monochromatic Colors of #12BCEC
Black with #12BCEC
Text Example
Text Example
White with #12BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCEC; }
p { color: rgb(18,188,236); }
H1.HeaderClassName
{
color: #12BCEC;
}
.AnyTagClassName
{
color: #12BCEC;
}
</style>
background-color css
<style>
a { background-color: #12BCEC; }
a { background-color: rgb(18,188,236); }
div.DivClassName
{
background-color: #12BCEC;
}
.BgClassName
{
background-color: #12BCEC;
}
</style>
border-color css
<style>
span { border-color: #12BCEC; }
span { border-color: rgb(18,188,236); }
td.TdClassName
{
border-color: #12BCEC;
}
.TagClassName
{
border-color: #12BCEC;
}
</style>