Shades of Deep Sky Blue #14C9FE
Tints of Deep Sky Blue #14C9FE
RGB
CMYK
RGB Variations
Color information
#14C9FE (or 0x14C9FE) is known color: Deep Sky Blue. HEX triplet: 14, C9 and FE. RGB value is (20,201,254). Sum of RGB (Red+Green+Blue) = 20+201+254=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #14C9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C9FE is #EB3601. Grayscale: #989898. Windows color (decimal): -15414786 or 16697620. OLE color: 16697620.
HSL color Cylindrical-coordinate representation of color #14C9FE: hue angle of 193.59º 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 #14C9FE is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 201 | 254 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.00 |
| HSL | 193.59º | 0.99% | 0.54% | - |
| HSV(B) | 193.59º | 0.92% | 1% | - |
| XYZ | 39.06 | 49.08 | 101.18 | - |
| YUV | 152.92 | 185.03 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 254 | 0.92 | 0.21 | 0 | 0.00 | 193.59 | 0.99 | 0.54 |
| Hex | 14 | C9 | FE | 5C | 15 | 0 | 0 | C2 | 63 | 36 |
| Octal | 24 | 311 | 376 | 134 | 25 | 0 | 0 | 302 | 143 | 66 |
| Binary | 10100 | 11001001 | 11111110 | 1011100 | 10101 | 0 | 0 | 11000010 | 1100011 | 110110 |
Color Harmonies of #14C9FE
Complementary color
Monochromatic Colors of #14C9FE
Black with #14C9FE
Text Example
Text Example
White with #14C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C9FE; }
p { color: rgb(20,201,254); }
H1.HeaderClassName
{
color: #14C9FE;
}
.AnyTagClassName
{
color: #14C9FE;
}
</style>
background-color css
<style>
a { background-color: #14C9FE; }
a { background-color: rgb(20,201,254); }
div.DivClassName
{
background-color: #14C9FE;
}
.BgClassName
{
background-color: #14C9FE;
}
</style>
border-color css
<style>
span { border-color: #14C9FE; }
span { border-color: rgb(20,201,254); }
td.TdClassName
{
border-color: #14C9FE;
}
.TagClassName
{
border-color: #14C9FE;
}
</style>