Shades of Deep Sky Blue #12BFE6
Tints of Deep Sky Blue #12BFE6
RGB
CMYK
RGB Variations
Color information
#12BFE6 (or 0x12BFE6) is known color: Deep Sky Blue. HEX triplet: 12, BF and E6. RGB value is (18,191,230). Sum of RGB (Red+Green+Blue) = 18+191+230=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #12BFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFE6 is #ED4019. Grayscale: #8F8F8F. Windows color (decimal): -15548442 or 15122194. OLE color: 15122194.
HSL color Cylindrical-coordinate representation of color #12BFE6: hue angle of 191.04º 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 #12BFE6 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 191 | 230 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.10 |
| HSL | 191.04º | 0.85% | 0.49% | - |
| HSV(B) | 191.04º | 0.92% | 0.9% | - |
| XYZ | 33.16 | 43.1 | 81.43 | - |
| YUV | 143.72 | 176.69 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 230 | 0.92 | 0.17 | 0 | 0.10 | 191.04 | 0.85 | 0.49 |
| Hex | 12 | BF | E6 | 5C | 11 | 0 | A | BF | 55 | 31 |
| Octal | 22 | 277 | 346 | 134 | 21 | 0 | 12 | 277 | 125 | 61 |
| Binary | 10010 | 10111111 | 11100110 | 1011100 | 10001 | 0 | 1010 | 10111111 | 1010101 | 110001 |
Color Harmonies of #12BFE6
Complementary color
Monochromatic Colors of #12BFE6
Black with #12BFE6
Text Example
Text Example
White with #12BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFE6; }
p { color: rgb(18,191,230); }
H1.HeaderClassName
{
color: #12BFE6;
}
.AnyTagClassName
{
color: #12BFE6;
}
</style>
background-color css
<style>
a { background-color: #12BFE6; }
a { background-color: rgb(18,191,230); }
div.DivClassName
{
background-color: #12BFE6;
}
.BgClassName
{
background-color: #12BFE6;
}
</style>
border-color css
<style>
span { border-color: #12BFE6; }
span { border-color: rgb(18,191,230); }
td.TdClassName
{
border-color: #12BFE6;
}
.TagClassName
{
border-color: #12BFE6;
}
</style>