Shades of Deep Sky Blue #14BFFE
Tints of Deep Sky Blue #14BFFE
RGB
CMYK
RGB Variations
Color information
#14BFFE (or 0x14BFFE) is known color: Deep Sky Blue. HEX triplet: 14, BF and FE. RGB value is (20,191,254). Sum of RGB (Red+Green+Blue) = 20+191+254=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #14BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BFFE is #EB4001. Grayscale: #929292. Windows color (decimal): -15417346 or 16695060. OLE color: 16695060.
HSL color Cylindrical-coordinate representation of color #14BFFE: hue angle of 196.15º 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 #14BFFE is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 191 | 254 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.00 |
| HSL | 196.15º | 0.99% | 0.54% | - |
| HSV(B) | 196.15º | 0.92% | 1% | - |
| XYZ | 36.81 | 44.57 | 100.43 | - |
| YUV | 147.05 | 188.35 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 254 | 0.92 | 0.25 | 0 | 0.00 | 196.15 | 0.99 | 0.54 |
| Hex | 14 | BF | FE | 5C | 19 | 0 | 0 | C4 | 63 | 36 |
| Octal | 24 | 277 | 376 | 134 | 31 | 0 | 0 | 304 | 143 | 66 |
| Binary | 10100 | 10111111 | 11111110 | 1011100 | 11001 | 0 | 0 | 11000100 | 1100011 | 110110 |
Color Harmonies of #14BFFE
Complementary color
Monochromatic Colors of #14BFFE
Black with #14BFFE
Text Example
Text Example
White with #14BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFFE; }
p { color: rgb(20,191,254); }
H1.HeaderClassName
{
color: #14BFFE;
}
.AnyTagClassName
{
color: #14BFFE;
}
</style>
background-color css
<style>
a { background-color: #14BFFE; }
a { background-color: rgb(20,191,254); }
div.DivClassName
{
background-color: #14BFFE;
}
.BgClassName
{
background-color: #14BFFE;
}
</style>
border-color css
<style>
span { border-color: #14BFFE; }
span { border-color: rgb(20,191,254); }
td.TdClassName
{
border-color: #14BFFE;
}
.TagClassName
{
border-color: #14BFFE;
}
</style>