Shades of Deep Sky Blue #14C6F1
Tints of Deep Sky Blue #14C6F1
RGB
CMYK
RGB Variations
Color information
#14C6F1 (or 0x14C6F1) is known color: Deep Sky Blue. HEX triplet: 14, C6 and F1. RGB value is (20,198,241). Sum of RGB (Red+Green+Blue) = 20+198+241=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #14C6F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C6F1 is #EB390E. Grayscale: #959595. Windows color (decimal): -15415567 or 15844884. OLE color: 15844884.
HSL color Cylindrical-coordinate representation of color #14C6F1: hue angle of 191.67º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C6F1 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 198 | 241 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.05 |
| HSL | 191.67º | 0.89% | 0.51% | - |
| HSV(B) | 191.67º | 0.92% | 0.95% | - |
| XYZ | 36.36 | 46.89 | 90.35 | - |
| YUV | 149.68 | 179.53 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 198 | 241 | 0.92 | 0.18 | 0 | 0.05 | 191.67 | 0.89 | 0.51 |
| Hex | 14 | C6 | F1 | 5C | 12 | 0 | 5 | C0 | 59 | 33 |
| Octal | 24 | 306 | 361 | 134 | 22 | 0 | 5 | 300 | 131 | 63 |
| Binary | 10100 | 11000110 | 11110001 | 1011100 | 10010 | 0 | 101 | 11000000 | 1011001 | 110011 |
Color Harmonies of #14C6F1
Complementary color
Monochromatic Colors of #14C6F1
Black with #14C6F1
Text Example
Text Example
White with #14C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C6F1; }
p { color: rgb(20,198,241); }
H1.HeaderClassName
{
color: #14C6F1;
}
.AnyTagClassName
{
color: #14C6F1;
}
</style>
background-color css
<style>
a { background-color: #14C6F1; }
a { background-color: rgb(20,198,241); }
div.DivClassName
{
background-color: #14C6F1;
}
.BgClassName
{
background-color: #14C6F1;
}
</style>
border-color css
<style>
span { border-color: #14C6F1; }
span { border-color: rgb(20,198,241); }
td.TdClassName
{
border-color: #14C6F1;
}
.TagClassName
{
border-color: #14C6F1;
}
</style>