Shades of Deep Sky Blue #14BBEC
Tints of Deep Sky Blue #14BBEC
RGB
CMYK
RGB Variations
Color information
#14BBEC (or 0x14BBEC) is known color: Deep Sky Blue. HEX triplet: 14, BB and EC. RGB value is (20,187,236). Sum of RGB (Red+Green+Blue) = 20+187+236=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #14BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBEC is #EB4413. Grayscale: #8E8E8E. Windows color (decimal): -15418388 or 15514388. OLE color: 15514388.
HSL color Cylindrical-coordinate representation of color #14BBEC: hue angle of 193.61º degrees, saturation: 0.85, 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 #14BBEC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 187 | 236 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.07 |
| HSL | 193.61º | 0.85% | 0.5% | - |
| HSV(B) | 193.61º | 0.92% | 0.93% | - |
| XYZ | 33.2 | 41.75 | 85.66 | - |
| YUV | 142.65 | 180.67 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 236 | 0.92 | 0.21 | 0 | 0.07 | 193.61 | 0.85 | 0.5 |
| Hex | 14 | BB | EC | 5C | 15 | 0 | 7 | C2 | 55 | 32 |
| Octal | 24 | 273 | 354 | 134 | 25 | 0 | 7 | 302 | 125 | 62 |
| Binary | 10100 | 10111011 | 11101100 | 1011100 | 10101 | 0 | 111 | 11000010 | 1010101 | 110010 |
Color Harmonies of #14BBEC
Complementary color
Monochromatic Colors of #14BBEC
Black with #14BBEC
Text Example
Text Example
White with #14BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBEC; }
p { color: rgb(20,187,236); }
H1.HeaderClassName
{
color: #14BBEC;
}
.AnyTagClassName
{
color: #14BBEC;
}
</style>
background-color css
<style>
a { background-color: #14BBEC; }
a { background-color: rgb(20,187,236); }
div.DivClassName
{
background-color: #14BBEC;
}
.BgClassName
{
background-color: #14BBEC;
}
</style>
border-color css
<style>
span { border-color: #14BBEC; }
span { border-color: rgb(20,187,236); }
td.TdClassName
{
border-color: #14BBEC;
}
.TagClassName
{
border-color: #14BBEC;
}
</style>