Shades of Deep Sky Blue #12BFEA
Tints of Deep Sky Blue #12BFEA
RGB
CMYK
RGB Variations
Color information
#12BFEA (or 0x12BFEA) is known color: Deep Sky Blue. HEX triplet: 12, BF and EA. RGB value is (18,191,234). Sum of RGB (Red+Green+Blue) = 18+191+234=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #12BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFEA is #ED4015. Grayscale: #8F8F8F. Windows color (decimal): -15548438 or 15384338. OLE color: 15384338.
HSL color Cylindrical-coordinate representation of color #12BFEA: hue angle of 191.94º 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 #12BFEA is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 191 | 234 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.08 |
| HSL | 191.94º | 0.86% | 0.49% | - |
| HSV(B) | 191.94º | 0.92% | 0.92% | - |
| XYZ | 33.73 | 43.33 | 84.43 | - |
| YUV | 144.18 | 178.69 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 234 | 0.92 | 0.18 | 0 | 0.08 | 191.94 | 0.86 | 0.49 |
| Hex | 12 | BF | EA | 5C | 12 | 0 | 8 | C0 | 56 | 31 |
| Octal | 22 | 277 | 352 | 134 | 22 | 0 | 10 | 300 | 126 | 61 |
| Binary | 10010 | 10111111 | 11101010 | 1011100 | 10010 | 0 | 1000 | 11000000 | 1010110 | 110001 |
Color Harmonies of #12BFEA
Complementary color
Monochromatic Colors of #12BFEA
Black with #12BFEA
Text Example
Text Example
White with #12BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFEA; }
p { color: rgb(18,191,234); }
H1.HeaderClassName
{
color: #12BFEA;
}
.AnyTagClassName
{
color: #12BFEA;
}
</style>
background-color css
<style>
a { background-color: #12BFEA; }
a { background-color: rgb(18,191,234); }
div.DivClassName
{
background-color: #12BFEA;
}
.BgClassName
{
background-color: #12BFEA;
}
</style>
border-color css
<style>
span { border-color: #12BFEA; }
span { border-color: rgb(18,191,234); }
td.TdClassName
{
border-color: #12BFEA;
}
.TagClassName
{
border-color: #12BFEA;
}
</style>