Shades of Deep Sky Blue #12BCE7
Tints of Deep Sky Blue #12BCE7
RGB
CMYK
RGB Variations
Color information
#12BCE7 (or 0x12BCE7) is known color: Deep Sky Blue. HEX triplet: 12, BC and E7. RGB value is (18,188,231). Sum of RGB (Red+Green+Blue) = 18+188+231=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 231 (90.62% from 255 or 52.86% from 437); Max value from RGB is 231 - color contains mainly: blue. Hex color #12BCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCE7 is #ED4318. Grayscale: #8D8D8D. Windows color (decimal): -15549209 or 15186962. OLE color: 15186962.
HSL color Cylindrical-coordinate representation of color #12BCE7: hue angle of 192.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BCE7 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 188 | 231 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.09 |
| HSL | 192.11º | 0.86% | 0.49% | - |
| HSV(B) | 192.11º | 0.92% | 0.91% | - |
| XYZ | 32.66 | 41.86 | 81.96 | - |
| YUV | 142.07 | 178.18 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 231 | 0.92 | 0.19 | 0 | 0.09 | 192.11 | 0.86 | 0.49 |
| Hex | 12 | BC | E7 | 5C | 13 | 0 | 9 | C0 | 56 | 31 |
| Octal | 22 | 274 | 347 | 134 | 23 | 0 | 11 | 300 | 126 | 61 |
| Binary | 10010 | 10111100 | 11100111 | 1011100 | 10011 | 0 | 1001 | 11000000 | 1010110 | 110001 |
Color Harmonies of #12BCE7
Complementary color
Monochromatic Colors of #12BCE7
Black with #12BCE7
Text Example
Text Example
White with #12BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCE7; }
p { color: rgb(18,188,231); }
H1.HeaderClassName
{
color: #12BCE7;
}
.AnyTagClassName
{
color: #12BCE7;
}
</style>
background-color css
<style>
a { background-color: #12BCE7; }
a { background-color: rgb(18,188,231); }
div.DivClassName
{
background-color: #12BCE7;
}
.BgClassName
{
background-color: #12BCE7;
}
</style>
border-color css
<style>
span { border-color: #12BCE7; }
span { border-color: rgb(18,188,231); }
td.TdClassName
{
border-color: #12BCE7;
}
.TagClassName
{
border-color: #12BCE7;
}
</style>