Shades of Deep Sky Blue #14BCFE
Tints of Deep Sky Blue #14BCFE
RGB
CMYK
RGB Variations
Color information
#14BCFE (or 0x14BCFE) is known color: Deep Sky Blue. HEX triplet: 14, BC and FE. RGB value is (20,188,254). Sum of RGB (Red+Green+Blue) = 20+188+254=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #14BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCFE is #EB4301. Grayscale: #909090. Windows color (decimal): -15418114 or 16694292. OLE color: 16694292.
HSL color Cylindrical-coordinate representation of color #14BCFE: hue angle of 196.92º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BCFE is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 188 | 254 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.00 |
| HSL | 196.92º | 0.99% | 0.54% | - |
| HSV(B) | 196.92º | 0.92% | 1% | - |
| XYZ | 36.16 | 43.27 | 100.21 | - |
| YUV | 145.29 | 189.34 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 254 | 0.92 | 0.26 | 0 | 0.00 | 196.92 | 0.99 | 0.54 |
| Hex | 14 | BC | FE | 5C | 1A | 0 | 0 | C5 | 63 | 36 |
| Octal | 24 | 274 | 376 | 134 | 32 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10100 | 10111100 | 11111110 | 1011100 | 11010 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #14BCFE
Complementary color
Monochromatic Colors of #14BCFE
Black with #14BCFE
Text Example
Text Example
White with #14BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCFE; }
p { color: rgb(20,188,254); }
H1.HeaderClassName
{
color: #14BCFE;
}
.AnyTagClassName
{
color: #14BCFE;
}
</style>
background-color css
<style>
a { background-color: #14BCFE; }
a { background-color: rgb(20,188,254); }
div.DivClassName
{
background-color: #14BCFE;
}
.BgClassName
{
background-color: #14BCFE;
}
</style>
border-color css
<style>
span { border-color: #14BCFE; }
span { border-color: rgb(20,188,254); }
td.TdClassName
{
border-color: #14BCFE;
}
.TagClassName
{
border-color: #14BCFE;
}
</style>