Shades of Deep Sky Blue #14BCED
Tints of Deep Sky Blue #14BCED
RGB
CMYK
RGB Variations
Color information
#14BCED (or 0x14BCED) is known color: Deep Sky Blue. HEX triplet: 14, BC and ED. RGB value is (20,188,237). Sum of RGB (Red+Green+Blue) = 20+188+237=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #14BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCED is #EB4312. Grayscale: #8E8E8E. Windows color (decimal): -15418131 or 15580180. OLE color: 15580180.
HSL color Cylindrical-coordinate representation of color #14BCED: hue angle of 193.55º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BCED is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 188 | 237 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.07 |
| HSL | 193.55º | 0.86% | 0.5% | - |
| HSV(B) | 193.55º | 0.92% | 0.93% | - |
| XYZ | 33.56 | 42.23 | 86.5 | - |
| YUV | 143.35 | 180.84 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 237 | 0.92 | 0.21 | 0 | 0.07 | 193.55 | 0.86 | 0.5 |
| Hex | 14 | BC | ED | 5C | 15 | 0 | 7 | C2 | 56 | 32 |
| Octal | 24 | 274 | 355 | 134 | 25 | 0 | 7 | 302 | 126 | 62 |
| Binary | 10100 | 10111100 | 11101101 | 1011100 | 10101 | 0 | 111 | 11000010 | 1010110 | 110010 |
Color Harmonies of #14BCED
Complementary color
Monochromatic Colors of #14BCED
Black with #14BCED
Text Example
Text Example
White with #14BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCED; }
p { color: rgb(20,188,237); }
H1.HeaderClassName
{
color: #14BCED;
}
.AnyTagClassName
{
color: #14BCED;
}
</style>
background-color css
<style>
a { background-color: #14BCED; }
a { background-color: rgb(20,188,237); }
div.DivClassName
{
background-color: #14BCED;
}
.BgClassName
{
background-color: #14BCED;
}
</style>
border-color css
<style>
span { border-color: #14BCED; }
span { border-color: rgb(20,188,237); }
td.TdClassName
{
border-color: #14BCED;
}
.TagClassName
{
border-color: #14BCED;
}
</style>