Shades of Deep Sky Blue #14BCFF
Tints of Deep Sky Blue #14BCFF
RGB
CMYK
RGB Variations
Color information
#14BCFF (or 0x14BCFF) is known color: Deep Sky Blue. HEX triplet: 14, BC and FF. RGB value is (20,188,255). Sum of RGB (Red+Green+Blue) = 20+188+255=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #14BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCFF is #EB4300. Grayscale: #909090. Windows color (decimal): -15418113 or 16759828. OLE color: 16759828.
HSL color Cylindrical-coordinate representation of color #14BCFF: hue angle of 197.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BCFF is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 188 | 255 | - |
| CMYK | 0.92 | 0.26 | 0 | 0 |
| HSL | 197.11º | 1% | 0.54% | - |
| HSV(B) | 197.11º | 0.92% | 1% | - |
| XYZ | 36.32 | 43.34 | 101.06 | - |
| YUV | 145.41 | 189.84 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 255 | 0.92 | 0.26 | 0 | 0 | 197.11 | 1 | 0.54 |
| Hex | 14 | BC | FF | 5C | 1A | 0 | 0 | C5 | 64 | 36 |
| Octal | 24 | 274 | 377 | 134 | 32 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10100 | 10111100 | 11111111 | 1011100 | 11010 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #14BCFF
Complementary color
Monochromatic Colors of #14BCFF
Black with #14BCFF
Text Example
Text Example
White with #14BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCFF; }
p { color: rgb(20,188,255); }
H1.HeaderClassName
{
color: #14BCFF;
}
.AnyTagClassName
{
color: #14BCFF;
}
</style>
background-color css
<style>
a { background-color: #14BCFF; }
a { background-color: rgb(20,188,255); }
div.DivClassName
{
background-color: #14BCFF;
}
.BgClassName
{
background-color: #14BCFF;
}
</style>
border-color css
<style>
span { border-color: #14BCFF; }
span { border-color: rgb(20,188,255); }
td.TdClassName
{
border-color: #14BCFF;
}
.TagClassName
{
border-color: #14BCFF;
}
</style>