Shades of Deep Sky Blue #14B4E9
Tints of Deep Sky Blue #14B4E9
RGB
CMYK
RGB Variations
Color information
#14B4E9 (or 0x14B4E9) is known color: Deep Sky Blue. HEX triplet: 14, B4 and E9. RGB value is (20,180,233). Sum of RGB (Red+Green+Blue) = 20+180+233=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #14B4E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14B4E9 is #EB4B16. Grayscale: #898989. Windows color (decimal): -15420183 or 15315988. OLE color: 15315988.
HSL color Cylindrical-coordinate representation of color #14B4E9: hue angle of 194.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B4E9 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 180 | 233 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.09 |
| HSL | 194.93º | 0.84% | 0.5% | - |
| HSV(B) | 194.93º | 0.91% | 0.91% | - |
| XYZ | 31.32 | 38.67 | 82.91 | - |
| YUV | 138.2 | 181.49 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 180 | 233 | 0.91 | 0.23 | 0 | 0.09 | 194.93 | 0.84 | 0.5 |
| Hex | 14 | B4 | E9 | 5B | 17 | 0 | 9 | C3 | 54 | 32 |
| Octal | 24 | 264 | 351 | 133 | 27 | 0 | 11 | 303 | 124 | 62 |
| Binary | 10100 | 10110100 | 11101001 | 1011011 | 10111 | 0 | 1001 | 11000011 | 1010100 | 110010 |
Color Harmonies of #14B4E9
Complementary color
Monochromatic Colors of #14B4E9
Black with #14B4E9
Text Example
Text Example
White with #14B4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B4E9; }
p { color: rgb(20,180,233); }
H1.HeaderClassName
{
color: #14B4E9;
}
.AnyTagClassName
{
color: #14B4E9;
}
</style>
background-color css
<style>
a { background-color: #14B4E9; }
a { background-color: rgb(20,180,233); }
div.DivClassName
{
background-color: #14B4E9;
}
.BgClassName
{
background-color: #14B4E9;
}
</style>
border-color css
<style>
span { border-color: #14B4E9; }
span { border-color: rgb(20,180,233); }
td.TdClassName
{
border-color: #14B4E9;
}
.TagClassName
{
border-color: #14B4E9;
}
</style>