Shades of Deep Sky Blue #12D8FC
Tints of Deep Sky Blue #12D8FC
RGB
CMYK
RGB Variations
Color information
#12D8FC (or 0x12D8FC) is known color: Deep Sky Blue. HEX triplet: 12, D8 and FC. RGB value is (18,216,252). Sum of RGB (Red+Green+Blue) = 18+216+252=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #12D8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D8FC is #ED2703. Grayscale: #A0A0A0. Windows color (decimal): -15542020 or 16570386. OLE color: 16570386.
HSL color Cylindrical-coordinate representation of color #12D8FC: hue angle of 189.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12D8FC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 216 | 252 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.01 |
| HSL | 189.23º | 0.98% | 0.53% | - |
| HSV(B) | 189.23º | 0.93% | 0.99% | - |
| XYZ | 42.38 | 56.27 | 100.72 | - |
| YUV | 160.9 | 179.4 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 252 | 0.93 | 0.14 | 0 | 0.01 | 189.23 | 0.98 | 0.53 |
| Hex | 12 | D8 | FC | 5D | E | 0 | 1 | BD | 62 | 35 |
| Octal | 22 | 330 | 374 | 135 | 16 | 0 | 1 | 275 | 142 | 65 |
| Binary | 10010 | 11011000 | 11111100 | 1011101 | 1110 | 0 | 1 | 10111101 | 1100010 | 110101 |
Color Harmonies of #12D8FC
Complementary color
Monochromatic Colors of #12D8FC
Black with #12D8FC
Text Example
Text Example
White with #12D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D8FC; }
p { color: rgb(18,216,252); }
H1.HeaderClassName
{
color: #12D8FC;
}
.AnyTagClassName
{
color: #12D8FC;
}
</style>
background-color css
<style>
a { background-color: #12D8FC; }
a { background-color: rgb(18,216,252); }
div.DivClassName
{
background-color: #12D8FC;
}
.BgClassName
{
background-color: #12D8FC;
}
</style>
border-color css
<style>
span { border-color: #12D8FC; }
span { border-color: rgb(18,216,252); }
td.TdClassName
{
border-color: #12D8FC;
}
.TagClassName
{
border-color: #12D8FC;
}
</style>