Shades of Deep Sky Blue #14C7FE
Tints of Deep Sky Blue #14C7FE
RGB
CMYK
RGB Variations
Color information
#14C7FE (or 0x14C7FE) is known color: Deep Sky Blue. HEX triplet: 14, C7 and FE. RGB value is (20,199,254). Sum of RGB (Red+Green+Blue) = 20+199+254=473 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.23% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #14C7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C7FE is #EB3801. Grayscale: #979797. Windows color (decimal): -15415298 or 16697108. OLE color: 16697108.
HSL color Cylindrical-coordinate representation of color #14C7FE: hue angle of 194.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C7FE is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 199 | 254 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.00 |
| HSL | 194.1º | 0.99% | 0.54% | - |
| HSV(B) | 194.1º | 0.92% | 1% | - |
| XYZ | 38.6 | 48.15 | 101.03 | - |
| YUV | 151.75 | 185.7 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 254 | 0.92 | 0.22 | 0 | 0.00 | 194.1 | 0.99 | 0.54 |
| Hex | 14 | C7 | FE | 5C | 16 | 0 | 0 | C2 | 63 | 36 |
| Octal | 24 | 307 | 376 | 134 | 26 | 0 | 0 | 302 | 143 | 66 |
| Binary | 10100 | 11000111 | 11111110 | 1011100 | 10110 | 0 | 0 | 11000010 | 1100011 | 110110 |
Color Harmonies of #14C7FE
Complementary color
Monochromatic Colors of #14C7FE
Black with #14C7FE
Text Example
Text Example
White with #14C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C7FE; }
p { color: rgb(20,199,254); }
H1.HeaderClassName
{
color: #14C7FE;
}
.AnyTagClassName
{
color: #14C7FE;
}
</style>
background-color css
<style>
a { background-color: #14C7FE; }
a { background-color: rgb(20,199,254); }
div.DivClassName
{
background-color: #14C7FE;
}
.BgClassName
{
background-color: #14C7FE;
}
</style>
border-color css
<style>
span { border-color: #14C7FE; }
span { border-color: rgb(20,199,254); }
td.TdClassName
{
border-color: #14C7FE;
}
.TagClassName
{
border-color: #14C7FE;
}
</style>