Shades of Deep Sky Blue #14C6F3
Tints of Deep Sky Blue #14C6F3
RGB
CMYK
RGB Variations
Color information
#14C6F3 (or 0x14C6F3) is known color: Deep Sky Blue. HEX triplet: 14, C6 and F3. RGB value is (20,198,243). Sum of RGB (Red+Green+Blue) = 20+198+243=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #14C6F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14C6F3 is #EB390C. Grayscale: #959595. Windows color (decimal): -15415565 or 15975956. OLE color: 15975956.
HSL color Cylindrical-coordinate representation of color #14C6F3: hue angle of 192.11º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C6F3 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 198 | 243 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.05 |
| HSL | 192.11º | 0.9% | 0.52% | - |
| HSV(B) | 192.11º | 0.92% | 0.95% | - |
| XYZ | 36.66 | 47.01 | 91.94 | - |
| YUV | 149.91 | 180.53 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 198 | 243 | 0.92 | 0.19 | 0 | 0.05 | 192.11 | 0.9 | 0.52 |
| Hex | 14 | C6 | F3 | 5C | 13 | 0 | 5 | C0 | 5A | 34 |
| Octal | 24 | 306 | 363 | 134 | 23 | 0 | 5 | 300 | 132 | 64 |
| Binary | 10100 | 11000110 | 11110011 | 1011100 | 10011 | 0 | 101 | 11000000 | 1011010 | 110100 |
Color Harmonies of #14C6F3
Complementary color
Monochromatic Colors of #14C6F3
Black with #14C6F3
Text Example
Text Example
White with #14C6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C6F3; }
p { color: rgb(20,198,243); }
H1.HeaderClassName
{
color: #14C6F3;
}
.AnyTagClassName
{
color: #14C6F3;
}
</style>
background-color css
<style>
a { background-color: #14C6F3; }
a { background-color: rgb(20,198,243); }
div.DivClassName
{
background-color: #14C6F3;
}
.BgClassName
{
background-color: #14C6F3;
}
</style>
border-color css
<style>
span { border-color: #14C6F3; }
span { border-color: rgb(20,198,243); }
td.TdClassName
{
border-color: #14C6F3;
}
.TagClassName
{
border-color: #14C6F3;
}
</style>