Shades of Deep Sky Blue #14BFEB
Tints of Deep Sky Blue #14BFEB
RGB
CMYK
RGB Variations
Color information
#14BFEB (or 0x14BFEB) is known color: Deep Sky Blue. HEX triplet: 14, BF and EB. RGB value is (20,191,235). Sum of RGB (Red+Green+Blue) = 20+191+235=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #14BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BFEB is #EB4014. Grayscale: #909090. Windows color (decimal): -15417365 or 15449876. OLE color: 15449876.
HSL color Cylindrical-coordinate representation of color #14BFEB: hue angle of 192.28º 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 #14BFEB is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 191 | 235 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.08 |
| HSL | 192.28º | 0.84% | 0.5% | - |
| HSV(B) | 192.28º | 0.91% | 0.92% | - |
| XYZ | 33.91 | 43.41 | 85.19 | - |
| YUV | 144.89 | 178.85 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 235 | 0.91 | 0.19 | 0 | 0.08 | 192.28 | 0.84 | 0.5 |
| Hex | 14 | BF | EB | 5B | 13 | 0 | 8 | C0 | 54 | 32 |
| Octal | 24 | 277 | 353 | 133 | 23 | 0 | 10 | 300 | 124 | 62 |
| Binary | 10100 | 10111111 | 11101011 | 1011011 | 10011 | 0 | 1000 | 11000000 | 1010100 | 110010 |
Color Harmonies of #14BFEB
Complementary color
Monochromatic Colors of #14BFEB
Black with #14BFEB
Text Example
Text Example
White with #14BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFEB; }
p { color: rgb(20,191,235); }
H1.HeaderClassName
{
color: #14BFEB;
}
.AnyTagClassName
{
color: #14BFEB;
}
</style>
background-color css
<style>
a { background-color: #14BFEB; }
a { background-color: rgb(20,191,235); }
div.DivClassName
{
background-color: #14BFEB;
}
.BgClassName
{
background-color: #14BFEB;
}
</style>
border-color css
<style>
span { border-color: #14BFEB; }
span { border-color: rgb(20,191,235); }
td.TdClassName
{
border-color: #14BFEB;
}
.TagClassName
{
border-color: #14BFEB;
}
</style>