Shades of Deep Sky Blue #12CFF5
Tints of Deep Sky Blue #12CFF5
RGB
CMYK
RGB Variations
Color information
#12CFF5 (or 0x12CFF5) is known color: Deep Sky Blue. HEX triplet: 12, CF and F5. RGB value is (18,207,245). Sum of RGB (Red+Green+Blue) = 18+207+245=470 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.83% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #12CFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFF5 is #ED300A. Grayscale: #9A9A9A. Windows color (decimal): -15544331 or 16109330. OLE color: 16109330.
HSL color Cylindrical-coordinate representation of color #12CFF5: hue angle of 190.04º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CFF5 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 207 | 245 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.04 |
| HSL | 190.04º | 0.92% | 0.52% | - |
| HSV(B) | 190.04º | 0.93% | 0.96% | - |
| XYZ | 39.04 | 51.35 | 94.24 | - |
| YUV | 154.82 | 178.88 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 245 | 0.93 | 0.16 | 0 | 0.04 | 190.04 | 0.92 | 0.52 |
| Hex | 12 | CF | F5 | 5D | 10 | 0 | 4 | BE | 5C | 34 |
| Octal | 22 | 317 | 365 | 135 | 20 | 0 | 4 | 276 | 134 | 64 |
| Binary | 10010 | 11001111 | 11110101 | 1011101 | 10000 | 0 | 100 | 10111110 | 1011100 | 110100 |
Color Harmonies of #12CFF5
Complementary color
Monochromatic Colors of #12CFF5
Black with #12CFF5
Text Example
Text Example
White with #12CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFF5; }
p { color: rgb(18,207,245); }
H1.HeaderClassName
{
color: #12CFF5;
}
.AnyTagClassName
{
color: #12CFF5;
}
</style>
background-color css
<style>
a { background-color: #12CFF5; }
a { background-color: rgb(18,207,245); }
div.DivClassName
{
background-color: #12CFF5;
}
.BgClassName
{
background-color: #12CFF5;
}
</style>
border-color css
<style>
span { border-color: #12CFF5; }
span { border-color: rgb(18,207,245); }
td.TdClassName
{
border-color: #12CFF5;
}
.TagClassName
{
border-color: #12CFF5;
}
</style>