Shades of Deep Sky Blue #14BBFE
Tints of Deep Sky Blue #14BBFE
RGB
CMYK
RGB Variations
Color information
#14BBFE (or 0x14BBFE) is known color: Deep Sky Blue. HEX triplet: 14, BB and FE. RGB value is (20,187,254). Sum of RGB (Red+Green+Blue) = 20+187+254=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #14BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBFE is #EB4401. Grayscale: #909090. Windows color (decimal): -15418370 or 16694036. OLE color: 16694036.
HSL color Cylindrical-coordinate representation of color #14BBFE: hue angle of 197.18º 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 #14BBFE is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 187 | 254 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.00 |
| HSL | 197.18º | 0.99% | 0.54% | - |
| HSV(B) | 197.18º | 0.92% | 1% | - |
| XYZ | 35.95 | 42.85 | 100.14 | - |
| YUV | 144.71 | 189.67 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 254 | 0.92 | 0.26 | 0 | 0.00 | 197.18 | 0.99 | 0.54 |
| Hex | 14 | BB | FE | 5C | 1A | 0 | 0 | C5 | 63 | 36 |
| Octal | 24 | 273 | 376 | 134 | 32 | 0 | 0 | 305 | 143 | 66 |
| Binary | 10100 | 10111011 | 11111110 | 1011100 | 11010 | 0 | 0 | 11000101 | 1100011 | 110110 |
Color Harmonies of #14BBFE
Complementary color
Monochromatic Colors of #14BBFE
Black with #14BBFE
Text Example
Text Example
White with #14BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBFE; }
p { color: rgb(20,187,254); }
H1.HeaderClassName
{
color: #14BBFE;
}
.AnyTagClassName
{
color: #14BBFE;
}
</style>
background-color css
<style>
a { background-color: #14BBFE; }
a { background-color: rgb(20,187,254); }
div.DivClassName
{
background-color: #14BBFE;
}
.BgClassName
{
background-color: #14BBFE;
}
</style>
border-color css
<style>
span { border-color: #14BBFE; }
span { border-color: rgb(20,187,254); }
td.TdClassName
{
border-color: #14BBFE;
}
.TagClassName
{
border-color: #14BBFE;
}
</style>