Shades of Deep Sky Blue #14BFED
Tints of Deep Sky Blue #14BFED
RGB
CMYK
RGB Variations
Color information
#14BFED (or 0x14BFED) is known color: Deep Sky Blue. HEX triplet: 14, BF and ED. RGB value is (20,191,237). Sum of RGB (Red+Green+Blue) = 20+191+237=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #14BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BFED is #EB4012. Grayscale: #909090. Windows color (decimal): -15417363 or 15580948. OLE color: 15580948.
HSL color Cylindrical-coordinate representation of color #14BFED: hue angle of 192.72º 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 #14BFED is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 191 | 237 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.07 |
| HSL | 192.72º | 0.86% | 0.5% | - |
| HSV(B) | 192.72º | 0.92% | 0.93% | - |
| XYZ | 34.21 | 43.52 | 86.72 | - |
| YUV | 145.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 237 | 0.92 | 0.19 | 0 | 0.07 | 192.72 | 0.86 | 0.5 |
| Hex | 14 | BF | ED | 5C | 13 | 0 | 7 | C1 | 56 | 32 |
| Octal | 24 | 277 | 355 | 134 | 23 | 0 | 7 | 301 | 126 | 62 |
| Binary | 10100 | 10111111 | 11101101 | 1011100 | 10011 | 0 | 111 | 11000001 | 1010110 | 110010 |
Color Harmonies of #14BFED
Complementary color
Monochromatic Colors of #14BFED
Black with #14BFED
Text Example
Text Example
White with #14BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFED; }
p { color: rgb(20,191,237); }
H1.HeaderClassName
{
color: #14BFED;
}
.AnyTagClassName
{
color: #14BFED;
}
</style>
background-color css
<style>
a { background-color: #14BFED; }
a { background-color: rgb(20,191,237); }
div.DivClassName
{
background-color: #14BFED;
}
.BgClassName
{
background-color: #14BFED;
}
</style>
border-color css
<style>
span { border-color: #14BFED; }
span { border-color: rgb(20,191,237); }
td.TdClassName
{
border-color: #14BFED;
}
.TagClassName
{
border-color: #14BFED;
}
</style>