Shades of Deep Sky Blue #12CDFC
Tints of Deep Sky Blue #12CDFC
RGB
CMYK
RGB Variations
Color information
#12CDFC (or 0x12CDFC) is known color: Deep Sky Blue. HEX triplet: 12, CD and FC. RGB value is (18,205,252). Sum of RGB (Red+Green+Blue) = 18+205+252=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #12CDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CDFC is #ED3203. Grayscale: #9A9A9A. Windows color (decimal): -15544836 or 16567570. OLE color: 16567570.
HSL color Cylindrical-coordinate representation of color #12CDFC: hue angle of 192.05º 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 #12CDFC is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 205 | 252 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.01 |
| HSL | 192.05º | 0.98% | 0.53% | - |
| HSV(B) | 192.05º | 0.93% | 0.99% | - |
| XYZ | 39.65 | 50.82 | 99.81 | - |
| YUV | 154.45 | 183.05 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 205 | 252 | 0.93 | 0.19 | 0 | 0.01 | 192.05 | 0.98 | 0.53 |
| Hex | 12 | CD | FC | 5D | 13 | 0 | 1 | C0 | 62 | 35 |
| Octal | 22 | 315 | 374 | 135 | 23 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10010 | 11001101 | 11111100 | 1011101 | 10011 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #12CDFC
Complementary color
Monochromatic Colors of #12CDFC
Black with #12CDFC
Text Example
Text Example
White with #12CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CDFC; }
p { color: rgb(18,205,252); }
H1.HeaderClassName
{
color: #12CDFC;
}
.AnyTagClassName
{
color: #12CDFC;
}
</style>
background-color css
<style>
a { background-color: #12CDFC; }
a { background-color: rgb(18,205,252); }
div.DivClassName
{
background-color: #12CDFC;
}
.BgClassName
{
background-color: #12CDFC;
}
</style>
border-color css
<style>
span { border-color: #12CDFC; }
span { border-color: rgb(18,205,252); }
td.TdClassName
{
border-color: #12CDFC;
}
.TagClassName
{
border-color: #12CDFC;
}
</style>