Shades of Deep Sky Blue #14BCEB
Tints of Deep Sky Blue #14BCEB
RGB
CMYK
RGB Variations
Color information
#14BCEB (or 0x14BCEB) is known color: Deep Sky Blue. HEX triplet: 14, BC and EB. RGB value is (20,188,235). Sum of RGB (Red+Green+Blue) = 20+188+235=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #14BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCEB is #EB4314. Grayscale: #8E8E8E. Windows color (decimal): -15418133 or 15449108. OLE color: 15449108.
HSL color Cylindrical-coordinate representation of color #14BCEB: hue angle of 193.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BCEB is Cyan = 0.91, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 188 | 235 | - |
| CMYK | 0.91 | 0.2 | 0 | 0.08 |
| HSL | 193.12º | 0.84% | 0.5% | - |
| HSV(B) | 193.12º | 0.91% | 0.92% | - |
| XYZ | 33.27 | 42.11 | 84.97 | - |
| YUV | 143.13 | 179.84 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 235 | 0.91 | 0.2 | 0 | 0.08 | 193.12 | 0.84 | 0.5 |
| Hex | 14 | BC | EB | 5B | 14 | 0 | 8 | C1 | 54 | 32 |
| Octal | 24 | 274 | 353 | 133 | 24 | 0 | 10 | 301 | 124 | 62 |
| Binary | 10100 | 10111100 | 11101011 | 1011011 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110010 |
Color Harmonies of #14BCEB
Complementary color
Monochromatic Colors of #14BCEB
Black with #14BCEB
Text Example
Text Example
White with #14BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCEB; }
p { color: rgb(20,188,235); }
H1.HeaderClassName
{
color: #14BCEB;
}
.AnyTagClassName
{
color: #14BCEB;
}
</style>
background-color css
<style>
a { background-color: #14BCEB; }
a { background-color: rgb(20,188,235); }
div.DivClassName
{
background-color: #14BCEB;
}
.BgClassName
{
background-color: #14BCEB;
}
</style>
border-color css
<style>
span { border-color: #14BCEB; }
span { border-color: rgb(20,188,235); }
td.TdClassName
{
border-color: #14BCEB;
}
.TagClassName
{
border-color: #14BCEB;
}
</style>