Shades of Deep Sky Blue #12CDF6
Tints of Deep Sky Blue #12CDF6
RGB
CMYK
RGB Variations
Color information
#12CDF6 (or 0x12CDF6) is known color: Deep Sky Blue. HEX triplet: 12, CD and F6. RGB value is (18,205,246). Sum of RGB (Red+Green+Blue) = 18+205+246=469 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.84% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #12CDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDF6 is #ED3209. Grayscale: #999999. Windows color (decimal): -15544842 or 16174354. OLE color: 16174354.
HSL color Cylindrical-coordinate representation of color #12CDF6: hue angle of 190.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CDF6 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 205 | 246 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.04 |
| HSL | 190.79º | 0.93% | 0.52% | - |
| HSV(B) | 190.79º | 0.93% | 0.96% | - |
| XYZ | 38.72 | 50.45 | 94.89 | - |
| YUV | 153.76 | 180.05 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 246 | 0.93 | 0.17 | 0 | 0.04 | 190.79 | 0.93 | 0.52 |
| Hex | 12 | CD | F6 | 5D | 11 | 0 | 4 | BF | 5D | 34 |
| Octal | 22 | 315 | 366 | 135 | 21 | 0 | 4 | 277 | 135 | 64 |
| Binary | 10010 | 11001101 | 11110110 | 1011101 | 10001 | 0 | 100 | 10111111 | 1011101 | 110100 |
Color Harmonies of #12CDF6
Complementary color
Monochromatic Colors of #12CDF6
Black with #12CDF6
Text Example
Text Example
White with #12CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDF6; }
p { color: rgb(18,205,246); }
H1.HeaderClassName
{
color: #12CDF6;
}
.AnyTagClassName
{
color: #12CDF6;
}
</style>
background-color css
<style>
a { background-color: #12CDF6; }
a { background-color: rgb(18,205,246); }
div.DivClassName
{
background-color: #12CDF6;
}
.BgClassName
{
background-color: #12CDF6;
}
</style>
border-color css
<style>
span { border-color: #12CDF6; }
span { border-color: rgb(18,205,246); }
td.TdClassName
{
border-color: #12CDF6;
}
.TagClassName
{
border-color: #12CDF6;
}
</style>