Shades of Deep Sky Blue #14C9FF
Tints of Deep Sky Blue #14C9FF
RGB
CMYK
RGB Variations
Color information
#14C9FF (or 0x14C9FF) is known color: Deep Sky Blue. HEX triplet: 14, C9 and FF. RGB value is (20,201,255). Sum of RGB (Red+Green+Blue) = 20+201+255=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #14C9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C9FF is #EB3600. Grayscale: #989898. Windows color (decimal): -15414785 or 16763156. OLE color: 16763156.
HSL color Cylindrical-coordinate representation of color #14C9FF: hue angle of 193.79º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C9FF is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 201 | 255 | - |
| CMYK | 0.92 | 0.21 | 0 | 0 |
| HSL | 193.79º | 1% | 0.54% | - |
| HSV(B) | 193.79º | 0.92% | 1% | - |
| XYZ | 39.23 | 49.14 | 102.03 | - |
| YUV | 153.04 | 185.53 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 255 | 0.92 | 0.21 | 0 | 0 | 193.79 | 1 | 0.54 |
| Hex | 14 | C9 | FF | 5C | 15 | 0 | 0 | C2 | 64 | 36 |
| Octal | 24 | 311 | 377 | 134 | 25 | 0 | 0 | 302 | 144 | 66 |
| Binary | 10100 | 11001001 | 11111111 | 1011100 | 10101 | 0 | 0 | 11000010 | 1100100 | 110110 |
Color Harmonies of #14C9FF
Complementary color
Monochromatic Colors of #14C9FF
Black with #14C9FF
Text Example
Text Example
White with #14C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C9FF; }
p { color: rgb(20,201,255); }
H1.HeaderClassName
{
color: #14C9FF;
}
.AnyTagClassName
{
color: #14C9FF;
}
</style>
background-color css
<style>
a { background-color: #14C9FF; }
a { background-color: rgb(20,201,255); }
div.DivClassName
{
background-color: #14C9FF;
}
.BgClassName
{
background-color: #14C9FF;
}
</style>
border-color css
<style>
span { border-color: #14C9FF; }
span { border-color: rgb(20,201,255); }
td.TdClassName
{
border-color: #14C9FF;
}
.TagClassName
{
border-color: #14C9FF;
}
</style>