Shades of Deep Sky Blue #12DCFD
Tints of Deep Sky Blue #12DCFD
RGB
CMYK
RGB Variations
Color information
#12DCFD (or 0x12DCFD) is known color: Deep Sky Blue. HEX triplet: 12, DC and FD. RGB value is (18,220,253). Sum of RGB (Red+Green+Blue) = 18+220+253=491 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #12DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCFD is #ED2302. Grayscale: #A3A3A3. Windows color (decimal): -15540995 or 16636946. OLE color: 16636946.
HSL color Cylindrical-coordinate representation of color #12DCFD: hue angle of 188.43º 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 #12DCFD is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 220 | 253 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.01 |
| HSL | 188.43º | 0.98% | 0.53% | - |
| HSV(B) | 188.43º | 0.93% | 0.99% | - |
| XYZ | 43.57 | 58.41 | 101.91 | - |
| YUV | 163.36 | 178.58 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 253 | 0.93 | 0.13 | 0 | 0.01 | 188.43 | 0.98 | 0.53 |
| Hex | 12 | DC | FD | 5D | D | 0 | 1 | BC | 62 | 35 |
| Octal | 22 | 334 | 375 | 135 | 15 | 0 | 1 | 274 | 142 | 65 |
| Binary | 10010 | 11011100 | 11111101 | 1011101 | 1101 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #12DCFD
Complementary color
Monochromatic Colors of #12DCFD
Black with #12DCFD
Text Example
Text Example
White with #12DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCFD; }
p { color: rgb(18,220,253); }
H1.HeaderClassName
{
color: #12DCFD;
}
.AnyTagClassName
{
color: #12DCFD;
}
</style>
background-color css
<style>
a { background-color: #12DCFD; }
a { background-color: rgb(18,220,253); }
div.DivClassName
{
background-color: #12DCFD;
}
.BgClassName
{
background-color: #12DCFD;
}
</style>
border-color css
<style>
span { border-color: #12DCFD; }
span { border-color: rgb(18,220,253); }
td.TdClassName
{
border-color: #12DCFD;
}
.TagClassName
{
border-color: #12DCFD;
}
</style>