Shades of Deep Sky Blue #12BBEC
Tints of Deep Sky Blue #12BBEC
RGB
CMYK
RGB Variations
Color information
#12BBEC (or 0x12BBEC) is known color: Deep Sky Blue. HEX triplet: 12, BB and EC. RGB value is (18,187,236). Sum of RGB (Red+Green+Blue) = 18+187+236=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #12BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BBEC is #ED4413. Grayscale: #8D8D8D. Windows color (decimal): -15549460 or 15514386. OLE color: 15514386.
HSL color Cylindrical-coordinate representation of color #12BBEC: hue angle of 193.49º 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 #12BBEC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 187 | 236 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.07 |
| HSL | 193.49º | 0.86% | 0.5% | - |
| HSV(B) | 193.49º | 0.92% | 0.93% | - |
| XYZ | 33.16 | 41.73 | 85.66 | - |
| YUV | 142.06 | 181.01 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 236 | 0.92 | 0.21 | 0 | 0.07 | 193.49 | 0.86 | 0.5 |
| Hex | 12 | BB | EC | 5C | 15 | 0 | 7 | C1 | 56 | 32 |
| Octal | 22 | 273 | 354 | 134 | 25 | 0 | 7 | 301 | 126 | 62 |
| Binary | 10010 | 10111011 | 11101100 | 1011100 | 10101 | 0 | 111 | 11000001 | 1010110 | 110010 |
Color Harmonies of #12BBEC
Complementary color
Monochromatic Colors of #12BBEC
Black with #12BBEC
Text Example
Text Example
White with #12BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBEC; }
p { color: rgb(18,187,236); }
H1.HeaderClassName
{
color: #12BBEC;
}
.AnyTagClassName
{
color: #12BBEC;
}
</style>
background-color css
<style>
a { background-color: #12BBEC; }
a { background-color: rgb(18,187,236); }
div.DivClassName
{
background-color: #12BBEC;
}
.BgClassName
{
background-color: #12BBEC;
}
</style>
border-color css
<style>
span { border-color: #12BBEC; }
span { border-color: rgb(18,187,236); }
td.TdClassName
{
border-color: #12BBEC;
}
.TagClassName
{
border-color: #12BBEC;
}
</style>