Shades of Deep Sky Blue #12BFED
Tints of Deep Sky Blue #12BFED
RGB
CMYK
RGB Variations
Color information
#12BFED (or 0x12BFED) is known color: Deep Sky Blue. HEX triplet: 12, BF and ED. RGB value is (18,191,237). Sum of RGB (Red+Green+Blue) = 18+191+237=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #12BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFED is #ED4012. Grayscale: #909090. Windows color (decimal): -15548435 or 15580946. OLE color: 15580946.
HSL color Cylindrical-coordinate representation of color #12BFED: hue angle of 192.6º 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 #12BFED is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 191 | 237 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.07 |
| HSL | 192.6º | 0.86% | 0.5% | - |
| HSV(B) | 192.6º | 0.92% | 0.93% | - |
| XYZ | 34.17 | 43.5 | 86.72 | - |
| YUV | 144.52 | 180.19 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 237 | 0.92 | 0.19 | 0 | 0.07 | 192.6 | 0.86 | 0.5 |
| Hex | 12 | BF | ED | 5C | 13 | 0 | 7 | C1 | 56 | 32 |
| Octal | 22 | 277 | 355 | 134 | 23 | 0 | 7 | 301 | 126 | 62 |
| Binary | 10010 | 10111111 | 11101101 | 1011100 | 10011 | 0 | 111 | 11000001 | 1010110 | 110010 |
Color Harmonies of #12BFED
Complementary color
Monochromatic Colors of #12BFED
Black with #12BFED
Text Example
Text Example
White with #12BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFED; }
p { color: rgb(18,191,237); }
H1.HeaderClassName
{
color: #12BFED;
}
.AnyTagClassName
{
color: #12BFED;
}
</style>
background-color css
<style>
a { background-color: #12BFED; }
a { background-color: rgb(18,191,237); }
div.DivClassName
{
background-color: #12BFED;
}
.BgClassName
{
background-color: #12BFED;
}
</style>
border-color css
<style>
span { border-color: #12BFED; }
span { border-color: rgb(18,191,237); }
td.TdClassName
{
border-color: #12BFED;
}
.TagClassName
{
border-color: #12BFED;
}
</style>