Shades of Deep Sky Blue #12DDFC
Tints of Deep Sky Blue #12DDFC
RGB
CMYK
RGB Variations
Color information
#12DDFC (or 0x12DDFC) is known color: Deep Sky Blue. HEX triplet: 12, DD and FC. RGB value is (18,221,252). Sum of RGB (Red+Green+Blue) = 18+221+252=491 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #12DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DDFC is #ED2203. Grayscale: #A3A3A3. Windows color (decimal): -15540740 or 16571666. OLE color: 16571666.
HSL color Cylindrical-coordinate representation of color #12DDFC: hue angle of 187.95º 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 #12DDFC is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 221 | 252 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.01 |
| HSL | 187.95º | 0.98% | 0.53% | - |
| HSV(B) | 187.95º | 0.93% | 0.99% | - |
| XYZ | 43.68 | 58.87 | 101.16 | - |
| YUV | 163.84 | 177.75 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 252 | 0.93 | 0.12 | 0 | 0.01 | 187.95 | 0.98 | 0.53 |
| Hex | 12 | DD | FC | 5D | C | 0 | 1 | BC | 62 | 35 |
| Octal | 22 | 335 | 374 | 135 | 14 | 0 | 1 | 274 | 142 | 65 |
| Binary | 10010 | 11011101 | 11111100 | 1011101 | 1100 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #12DDFC
Complementary color
Monochromatic Colors of #12DDFC
Black with #12DDFC
Text Example
Text Example
White with #12DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DDFC; }
p { color: rgb(18,221,252); }
H1.HeaderClassName
{
color: #12DDFC;
}
.AnyTagClassName
{
color: #12DDFC;
}
</style>
background-color css
<style>
a { background-color: #12DDFC; }
a { background-color: rgb(18,221,252); }
div.DivClassName
{
background-color: #12DDFC;
}
.BgClassName
{
background-color: #12DDFC;
}
</style>
border-color css
<style>
span { border-color: #12DDFC; }
span { border-color: rgb(18,221,252); }
td.TdClassName
{
border-color: #12DDFC;
}
.TagClassName
{
border-color: #12DDFC;
}
</style>