Shades of Deep Sky Blue #12BDE6
Tints of Deep Sky Blue #12BDE6
RGB
CMYK
RGB Variations
Color information
#12BDE6 (or 0x12BDE6) is known color: Deep Sky Blue. HEX triplet: 12, BD and E6. RGB value is (18,189,230). Sum of RGB (Red+Green+Blue) = 18+189+230=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #12BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDE6 is #ED4219. Grayscale: #8E8E8E. Windows color (decimal): -15548954 or 15121682. OLE color: 15121682.
HSL color Cylindrical-coordinate representation of color #12BDE6: hue angle of 191.6º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BDE6 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 189 | 230 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.10 |
| HSL | 191.6º | 0.85% | 0.49% | - |
| HSV(B) | 191.6º | 0.92% | 0.9% | - |
| XYZ | 32.73 | 42.24 | 81.29 | - |
| YUV | 142.55 | 177.35 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 230 | 0.92 | 0.18 | 0 | 0.10 | 191.6 | 0.85 | 0.49 |
| Hex | 12 | BD | E6 | 5C | 12 | 0 | A | C0 | 55 | 31 |
| Octal | 22 | 275 | 346 | 134 | 22 | 0 | 12 | 300 | 125 | 61 |
| Binary | 10010 | 10111101 | 11100110 | 1011100 | 10010 | 0 | 1010 | 11000000 | 1010101 | 110001 |
Color Harmonies of #12BDE6
Complementary color
Monochromatic Colors of #12BDE6
Black with #12BDE6
Text Example
Text Example
White with #12BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDE6; }
p { color: rgb(18,189,230); }
H1.HeaderClassName
{
color: #12BDE6;
}
.AnyTagClassName
{
color: #12BDE6;
}
</style>
background-color css
<style>
a { background-color: #12BDE6; }
a { background-color: rgb(18,189,230); }
div.DivClassName
{
background-color: #12BDE6;
}
.BgClassName
{
background-color: #12BDE6;
}
</style>
border-color css
<style>
span { border-color: #12BDE6; }
span { border-color: rgb(18,189,230); }
td.TdClassName
{
border-color: #12BDE6;
}
.TagClassName
{
border-color: #12BDE6;
}
</style>