Shades of Deep Sky Blue #14BBFF
Tints of Deep Sky Blue #14BBFF
RGB
CMYK
RGB Variations
Color information
#14BBFF (or 0x14BBFF) is known color: Deep Sky Blue. HEX triplet: 14, BB and FF. RGB value is (20,187,255). Sum of RGB (Red+Green+Blue) = 20+187+255=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #14BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBFF is #EB4400. Grayscale: #909090. Windows color (decimal): -15418369 or 16759572. OLE color: 16759572.
HSL color Cylindrical-coordinate representation of color #14BBFF: hue angle of 197.36º 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 #14BBFF is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 187 | 255 | - |
| CMYK | 0.92 | 0.27 | 0 | 0 |
| HSL | 197.36º | 1% | 0.54% | - |
| HSV(B) | 197.36º | 0.92% | 1% | - |
| XYZ | 36.11 | 42.91 | 100.99 | - |
| YUV | 144.82 | 190.17 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 255 | 0.92 | 0.27 | 0 | 0 | 197.36 | 1 | 0.54 |
| Hex | 14 | BB | FF | 5C | 1B | 0 | 0 | C5 | 64 | 36 |
| Octal | 24 | 273 | 377 | 134 | 33 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10100 | 10111011 | 11111111 | 1011100 | 11011 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #14BBFF
Complementary color
Monochromatic Colors of #14BBFF
Black with #14BBFF
Text Example
Text Example
White with #14BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBFF; }
p { color: rgb(20,187,255); }
H1.HeaderClassName
{
color: #14BBFF;
}
.AnyTagClassName
{
color: #14BBFF;
}
</style>
background-color css
<style>
a { background-color: #14BBFF; }
a { background-color: rgb(20,187,255); }
div.DivClassName
{
background-color: #14BBFF;
}
.BgClassName
{
background-color: #14BBFF;
}
</style>
border-color css
<style>
span { border-color: #14BBFF; }
span { border-color: rgb(20,187,255); }
td.TdClassName
{
border-color: #14BBFF;
}
.TagClassName
{
border-color: #14BBFF;
}
</style>