Shades of Deep Sky Blue #14C0FD
Tints of Deep Sky Blue #14C0FD
RGB
CMYK
RGB Variations
Color information
#14C0FD (or 0x14C0FD) is known color: Deep Sky Blue. HEX triplet: 14, C0 and FD. RGB value is (20,192,253). Sum of RGB (Red+Green+Blue) = 20+192+253=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #14C0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C0FD is #EB3F02. Grayscale: #939393. Windows color (decimal): -15417091 or 16629780. OLE color: 16629780.
HSL color Cylindrical-coordinate representation of color #14C0FD: hue angle of 195.71º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C0FD is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 192 | 253 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.01 |
| HSL | 195.71º | 0.98% | 0.54% | - |
| HSV(B) | 195.71º | 0.92% | 0.99% | - |
| XYZ | 36.87 | 44.94 | 99.66 | - |
| YUV | 147.53 | 187.52 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 253 | 0.92 | 0.24 | 0 | 0.01 | 195.71 | 0.98 | 0.54 |
| Hex | 14 | C0 | FD | 5C | 18 | 0 | 1 | C4 | 62 | 36 |
| Octal | 24 | 300 | 375 | 134 | 30 | 0 | 1 | 304 | 142 | 66 |
| Binary | 10100 | 11000000 | 11111101 | 1011100 | 11000 | 0 | 1 | 11000100 | 1100010 | 110110 |
Color Harmonies of #14C0FD
Complementary color
Monochromatic Colors of #14C0FD
Black with #14C0FD
Text Example
Text Example
White with #14C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C0FD; }
p { color: rgb(20,192,253); }
H1.HeaderClassName
{
color: #14C0FD;
}
.AnyTagClassName
{
color: #14C0FD;
}
</style>
background-color css
<style>
a { background-color: #14C0FD; }
a { background-color: rgb(20,192,253); }
div.DivClassName
{
background-color: #14C0FD;
}
.BgClassName
{
background-color: #14C0FD;
}
</style>
border-color css
<style>
span { border-color: #14C0FD; }
span { border-color: rgb(20,192,253); }
td.TdClassName
{
border-color: #14C0FD;
}
.TagClassName
{
border-color: #14C0FD;
}
</style>