Shades of Summer Sky #14ABE5
Tints of Summer Sky #14ABE5
RGB
CMYK
RGB Variations
Color information
#14ABE5 (or 0x14ABE5) is known color: Summer Sky. HEX triplet: 14, AB and E5. RGB value is (20,171,229). Sum of RGB (Red+Green+Blue) = 20+171+229=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #14ABE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABE5 is #EB541A. Grayscale: #848484. Windows color (decimal): -15422491 or 15051540. OLE color: 15051540.
HSL color Cylindrical-coordinate representation of color #14ABE5: hue angle of 196.65º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ABE5 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 171 | 229 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.10 |
| HSL | 196.65º | 0.84% | 0.49% | - |
| HSV(B) | 196.65º | 0.91% | 0.9% | - |
| XYZ | 28.99 | 34.93 | 79.34 | - |
| YUV | 132.46 | 182.47 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 229 | 0.91 | 0.25 | 0 | 0.10 | 196.65 | 0.84 | 0.49 |
| Hex | 14 | AB | E5 | 5B | 19 | 0 | A | C5 | 54 | 31 |
| Octal | 24 | 253 | 345 | 133 | 31 | 0 | 12 | 305 | 124 | 61 |
| Binary | 10100 | 10101011 | 11100101 | 1011011 | 11001 | 0 | 1010 | 11000101 | 1010100 | 110001 |
Color Harmonies of #14ABE5
Complementary color
Monochromatic Colors of #14ABE5
Black with #14ABE5
Text Example
Text Example
White with #14ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABE5; }
p { color: rgb(20,171,229); }
H1.HeaderClassName
{
color: #14ABE5;
}
.AnyTagClassName
{
color: #14ABE5;
}
</style>
background-color css
<style>
a { background-color: #14ABE5; }
a { background-color: rgb(20,171,229); }
div.DivClassName
{
background-color: #14ABE5;
}
.BgClassName
{
background-color: #14ABE5;
}
</style>
border-color css
<style>
span { border-color: #14ABE5; }
span { border-color: rgb(20,171,229); }
td.TdClassName
{
border-color: #14ABE5;
}
.TagClassName
{
border-color: #14ABE5;
}
</style>