Shades of Deep Sky Blue #12C8FF
Tints of Deep Sky Blue #12C8FF
RGB
CMYK
RGB Variations
Color information
#12C8FF (or 0x12C8FF) is known color: Deep Sky Blue. HEX triplet: 12, C8 and FF. RGB value is (18,200,255). Sum of RGB (Red+Green+Blue) = 18+200+255=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #12C8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C8FF is #ED3700. Grayscale: #979797. Windows color (decimal): -15546113 or 16762898. OLE color: 16762898.
HSL color Cylindrical-coordinate representation of color #12C8FF: hue angle of 193.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C8FF is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 200 | 255 | - |
| CMYK | 0.93 | 0.22 | 0 | 0 |
| HSL | 193.92º | 1% | 0.54% | - |
| HSV(B) | 193.92º | 0.93% | 1% | - |
| XYZ | 38.95 | 48.66 | 101.95 | - |
| YUV | 151.85 | 186.2 | 32.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 200 | 255 | 0.93 | 0.22 | 0 | 0 | 193.92 | 1 | 0.54 |
| Hex | 12 | C8 | FF | 5D | 16 | 0 | 0 | C2 | 64 | 36 |
| Octal | 22 | 310 | 377 | 135 | 26 | 0 | 0 | 302 | 144 | 66 |
| Binary | 10010 | 11001000 | 11111111 | 1011101 | 10110 | 0 | 0 | 11000010 | 1100100 | 110110 |
Color Harmonies of #12C8FF
Complementary color
Monochromatic Colors of #12C8FF
Black with #12C8FF
Text Example
Text Example
White with #12C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C8FF; }
p { color: rgb(18,200,255); }
H1.HeaderClassName
{
color: #12C8FF;
}
.AnyTagClassName
{
color: #12C8FF;
}
</style>
background-color css
<style>
a { background-color: #12C8FF; }
a { background-color: rgb(18,200,255); }
div.DivClassName
{
background-color: #12C8FF;
}
.BgClassName
{
background-color: #12C8FF;
}
</style>
border-color css
<style>
span { border-color: #12C8FF; }
span { border-color: rgb(18,200,255); }
td.TdClassName
{
border-color: #12C8FF;
}
.TagClassName
{
border-color: #12C8FF;
}
</style>