Shades of Summer Sky #14A5E4
Tints of Summer Sky #14A5E4
RGB
CMYK
RGB Variations
Color information
#14A5E4 (or 0x14A5E4) is known color: Summer Sky. HEX triplet: 14, A5 and E4. RGB value is (20,165,228). Sum of RGB (Red+Green+Blue) = 20+165+228=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #14A5E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A5E4 is #EB5A1B. Grayscale: #808080. Windows color (decimal): -15424028 or 14984468. OLE color: 14984468.
HSL color Cylindrical-coordinate representation of color #14A5E4: hue angle of 198.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A5E4 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 165 | 228 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.11 |
| HSL | 198.17º | 0.84% | 0.49% | - |
| HSV(B) | 198.17º | 0.91% | 0.89% | - |
| XYZ | 27.75 | 32.66 | 78.24 | - |
| YUV | 128.83 | 183.96 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 165 | 228 | 0.91 | 0.28 | 0 | 0.11 | 198.17 | 0.84 | 0.49 |
| Hex | 14 | A5 | E4 | 5B | 1C | 0 | B | C6 | 54 | 31 |
| Octal | 24 | 245 | 344 | 133 | 34 | 0 | 13 | 306 | 124 | 61 |
| Binary | 10100 | 10100101 | 11100100 | 1011011 | 11100 | 0 | 1011 | 11000110 | 1010100 | 110001 |
Color Harmonies of #14A5E4
Complementary color
Monochromatic Colors of #14A5E4
Black with #14A5E4
Text Example
Text Example
White with #14A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A5E4; }
p { color: rgb(20,165,228); }
H1.HeaderClassName
{
color: #14A5E4;
}
.AnyTagClassName
{
color: #14A5E4;
}
</style>
background-color css
<style>
a { background-color: #14A5E4; }
a { background-color: rgb(20,165,228); }
div.DivClassName
{
background-color: #14A5E4;
}
.BgClassName
{
background-color: #14A5E4;
}
</style>
border-color css
<style>
span { border-color: #14A5E4; }
span { border-color: rgb(20,165,228); }
td.TdClassName
{
border-color: #14A5E4;
}
.TagClassName
{
border-color: #14A5E4;
}
</style>