Shades of Summer Sky #2A9ECE
Tints of Summer Sky #2A9ECE
RGB
CMYK
RGB Variations
Color information
#2A9ECE (or 0x2A9ECE) is known color: Summer Sky. HEX triplet: 2A, 9E and CE. RGB value is (42,158,206). Sum of RGB (Red+Green+Blue) = 42+158+206=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A9ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9ECE is #D56131. Grayscale: #808080. Windows color (decimal): -13984050 or 13540906. OLE color: 13540906.
HSL color Cylindrical-coordinate representation of color #2A9ECE: hue angle of 197.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A9ECE is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 158 | 206 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.19 |
| HSL | 197.56º | 0.66% | 0.49% | - |
| HSV(B) | 197.56º | 0.8% | 0.81% | - |
| XYZ | 24.32 | 29.4 | 62.79 | - |
| YUV | 128.79 | 171.57 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 158 | 206 | 0.80 | 0.23 | 0 | 0.19 | 197.56 | 0.66 | 0.49 |
| Hex | 2A | 9E | CE | 50 | 17 | 0 | 13 | C6 | 42 | 31 |
| Octal | 52 | 236 | 316 | 120 | 27 | 0 | 23 | 306 | 102 | 61 |
| Binary | 101010 | 10011110 | 11001110 | 1010000 | 10111 | 0 | 10011 | 11000110 | 1000010 | 110001 |
Color Harmonies of #2A9ECE
Complementary color
Monochromatic Colors of #2A9ECE
Black with #2A9ECE
Text Example
Text Example
White with #2A9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9ECE; }
p { color: rgb(42,158,206); }
H1.HeaderClassName
{
color: #2A9ECE;
}
.AnyTagClassName
{
color: #2A9ECE;
}
</style>
background-color css
<style>
a { background-color: #2A9ECE; }
a { background-color: rgb(42,158,206); }
div.DivClassName
{
background-color: #2A9ECE;
}
.BgClassName
{
background-color: #2A9ECE;
}
</style>
border-color css
<style>
span { border-color: #2A9ECE; }
span { border-color: rgb(42,158,206); }
td.TdClassName
{
border-color: #2A9ECE;
}
.TagClassName
{
border-color: #2A9ECE;
}
</style>