Shades of Deep Sky Blue #12D9FD
Tints of Deep Sky Blue #12D9FD
RGB
CMYK
RGB Variations
Color information
#12D9FD (or 0x12D9FD) is known color: Deep Sky Blue. HEX triplet: 12, D9 and FD. RGB value is (18,217,253). Sum of RGB (Red+Green+Blue) = 18+217+253=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #12D9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D9FD is #ED2602. Grayscale: #A1A1A1. Windows color (decimal): -15541763 or 16636178. OLE color: 16636178.
HSL color Cylindrical-coordinate representation of color #12D9FD: hue angle of 189.19º 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 #12D9FD is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 217 | 253 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.01 |
| HSL | 189.19º | 0.98% | 0.53% | - |
| HSV(B) | 189.19º | 0.93% | 0.99% | - |
| XYZ | 42.79 | 56.85 | 101.65 | - |
| YUV | 161.6 | 179.57 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 217 | 253 | 0.93 | 0.14 | 0 | 0.01 | 189.19 | 0.98 | 0.53 |
| Hex | 12 | D9 | FD | 5D | E | 0 | 1 | BD | 62 | 35 |
| Octal | 22 | 331 | 375 | 135 | 16 | 0 | 1 | 275 | 142 | 65 |
| Binary | 10010 | 11011001 | 11111101 | 1011101 | 1110 | 0 | 1 | 10111101 | 1100010 | 110101 |
Color Harmonies of #12D9FD
Complementary color
Monochromatic Colors of #12D9FD
Black with #12D9FD
Text Example
Text Example
White with #12D9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D9FD; }
p { color: rgb(18,217,253); }
H1.HeaderClassName
{
color: #12D9FD;
}
.AnyTagClassName
{
color: #12D9FD;
}
</style>
background-color css
<style>
a { background-color: #12D9FD; }
a { background-color: rgb(18,217,253); }
div.DivClassName
{
background-color: #12D9FD;
}
.BgClassName
{
background-color: #12D9FD;
}
</style>
border-color css
<style>
span { border-color: #12D9FD; }
span { border-color: rgb(18,217,253); }
td.TdClassName
{
border-color: #12D9FD;
}
.TagClassName
{
border-color: #12D9FD;
}
</style>