Shades of Deep Sky Blue #12BEEA
Tints of Deep Sky Blue #12BEEA
RGB
CMYK
RGB Variations
Color information
#12BEEA (or 0x12BEEA) is known color: Deep Sky Blue. HEX triplet: 12, BE and EA. RGB value is (18,190,234). Sum of RGB (Red+Green+Blue) = 18+190+234=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #12BEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BEEA is #ED4115. Grayscale: #8F8F8F. Windows color (decimal): -15548694 or 15384082. OLE color: 15384082.
HSL color Cylindrical-coordinate representation of color #12BEEA: hue angle of 192.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BEEA is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 190 | 234 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.08 |
| HSL | 192.22º | 0.86% | 0.49% | - |
| HSV(B) | 192.22º | 0.92% | 0.92% | - |
| XYZ | 33.51 | 42.9 | 84.36 | - |
| YUV | 143.59 | 179.02 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 234 | 0.92 | 0.19 | 0 | 0.08 | 192.22 | 0.86 | 0.49 |
| Hex | 12 | BE | EA | 5C | 13 | 0 | 8 | C0 | 56 | 31 |
| Octal | 22 | 276 | 352 | 134 | 23 | 0 | 10 | 300 | 126 | 61 |
| Binary | 10010 | 10111110 | 11101010 | 1011100 | 10011 | 0 | 1000 | 11000000 | 1010110 | 110001 |
Color Harmonies of #12BEEA
Complementary color
Monochromatic Colors of #12BEEA
Black with #12BEEA
Text Example
Text Example
White with #12BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BEEA; }
p { color: rgb(18,190,234); }
H1.HeaderClassName
{
color: #12BEEA;
}
.AnyTagClassName
{
color: #12BEEA;
}
</style>
background-color css
<style>
a { background-color: #12BEEA; }
a { background-color: rgb(18,190,234); }
div.DivClassName
{
background-color: #12BEEA;
}
.BgClassName
{
background-color: #12BEEA;
}
</style>
border-color css
<style>
span { border-color: #12BEEA; }
span { border-color: rgb(18,190,234); }
td.TdClassName
{
border-color: #12BEEA;
}
.TagClassName
{
border-color: #12BEEA;
}
</style>