Shades of Deep Sky Blue #14C6F9
Tints of Deep Sky Blue #14C6F9
RGB
CMYK
RGB Variations
Color information
#14C6F9 (or 0x14C6F9) is known color: Deep Sky Blue. HEX triplet: 14, C6 and F9. RGB value is (20,198,249). Sum of RGB (Red+Green+Blue) = 20+198+249=467 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.28% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #14C6F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C6F9 is #EB3906. Grayscale: #969696. Windows color (decimal): -15415559 or 16369172. OLE color: 16369172.
HSL color Cylindrical-coordinate representation of color #14C6F9: hue angle of 193.36º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C6F9 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 198 | 249 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.02 |
| HSL | 193.36º | 0.95% | 0.53% | - |
| HSV(B) | 193.36º | 0.92% | 0.98% | - |
| XYZ | 37.58 | 47.38 | 96.79 | - |
| YUV | 150.59 | 183.53 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 198 | 249 | 0.92 | 0.20 | 0 | 0.02 | 193.36 | 0.95 | 0.53 |
| Hex | 14 | C6 | F9 | 5C | 14 | 0 | 2 | C1 | 5F | 35 |
| Octal | 24 | 306 | 371 | 134 | 24 | 0 | 2 | 301 | 137 | 65 |
| Binary | 10100 | 11000110 | 11111001 | 1011100 | 10100 | 0 | 10 | 11000001 | 1011111 | 110101 |
Color Harmonies of #14C6F9
Complementary color
Monochromatic Colors of #14C6F9
Black with #14C6F9
Text Example
Text Example
White with #14C6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C6F9; }
p { color: rgb(20,198,249); }
H1.HeaderClassName
{
color: #14C6F9;
}
.AnyTagClassName
{
color: #14C6F9;
}
</style>
background-color css
<style>
a { background-color: #14C6F9; }
a { background-color: rgb(20,198,249); }
div.DivClassName
{
background-color: #14C6F9;
}
.BgClassName
{
background-color: #14C6F9;
}
</style>
border-color css
<style>
span { border-color: #14C6F9; }
span { border-color: rgb(20,198,249); }
td.TdClassName
{
border-color: #14C6F9;
}
.TagClassName
{
border-color: #14C6F9;
}
</style>