Shades of Deep Sky Blue #12C8F7
Tints of Deep Sky Blue #12C8F7
RGB
CMYK
RGB Variations
Color information
#12C8F7 (or 0x12C8F7) is known color: Deep Sky Blue. HEX triplet: 12, C8 and F7. RGB value is (18,200,247). Sum of RGB (Red+Green+Blue) = 18+200+247=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #12C8F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C8F7 is #ED3708. Grayscale: #969696. Windows color (decimal): -15546121 or 16238610. OLE color: 16238610.
HSL color Cylindrical-coordinate representation of color #12C8F7: hue angle of 192.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C8F7 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 200 | 247 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.03 |
| HSL | 192.31º | 0.93% | 0.52% | - |
| HSV(B) | 192.31º | 0.93% | 0.97% | - |
| XYZ | 37.69 | 48.15 | 95.3 | - |
| YUV | 150.94 | 182.2 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 200 | 247 | 0.93 | 0.19 | 0 | 0.03 | 192.31 | 0.93 | 0.52 |
| Hex | 12 | C8 | F7 | 5D | 13 | 0 | 3 | C0 | 5D | 34 |
| Octal | 22 | 310 | 367 | 135 | 23 | 0 | 3 | 300 | 135 | 64 |
| Binary | 10010 | 11001000 | 11110111 | 1011101 | 10011 | 0 | 11 | 11000000 | 1011101 | 110100 |
Color Harmonies of #12C8F7
Complementary color
Monochromatic Colors of #12C8F7
Black with #12C8F7
Text Example
Text Example
White with #12C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C8F7; }
p { color: rgb(18,200,247); }
H1.HeaderClassName
{
color: #12C8F7;
}
.AnyTagClassName
{
color: #12C8F7;
}
</style>
background-color css
<style>
a { background-color: #12C8F7; }
a { background-color: rgb(18,200,247); }
div.DivClassName
{
background-color: #12C8F7;
}
.BgClassName
{
background-color: #12C8F7;
}
</style>
border-color css
<style>
span { border-color: #12C8F7; }
span { border-color: rgb(18,200,247); }
td.TdClassName
{
border-color: #12C8F7;
}
.TagClassName
{
border-color: #12C8F7;
}
</style>