Shades of Summer Sky #2A9DE7
Tints of Summer Sky #2A9DE7
RGB
CMYK
RGB Variations
Color information
#2A9DE7 (or 0x2A9DE7) is known color: Summer Sky. HEX triplet: 2A, 9D and E7. RGB value is (42,157,231). Sum of RGB (Red+Green+Blue) = 42+157+231=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #2A9DE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9DE7 is #D56218. Grayscale: #828282. Windows color (decimal): -13984281 or 15179050. OLE color: 15179050.
HSL color Cylindrical-coordinate representation of color #2A9DE7: hue angle of 203.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A9DE7 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 157 | 231 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.09 |
| HSL | 203.49º | 0.8% | 0.54% | - |
| HSV(B) | 203.49º | 0.82% | 0.91% | - |
| XYZ | 27.44 | 30.38 | 80.02 | - |
| YUV | 131.05 | 184.4 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 231 | 0.82 | 0.32 | 0 | 0.09 | 203.49 | 0.8 | 0.54 |
| Hex | 2A | 9D | E7 | 52 | 20 | 0 | 9 | CB | 50 | 36 |
| Octal | 52 | 235 | 347 | 122 | 40 | 0 | 11 | 313 | 120 | 66 |
| Binary | 101010 | 10011101 | 11100111 | 1010010 | 100000 | 0 | 1001 | 11001011 | 1010000 | 110110 |
Color Harmonies of #2A9DE7
Complementary color
Monochromatic Colors of #2A9DE7
Black with #2A9DE7
Text Example
Text Example
White with #2A9DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9DE7; }
p { color: rgb(42,157,231); }
H1.HeaderClassName
{
color: #2A9DE7;
}
.AnyTagClassName
{
color: #2A9DE7;
}
</style>
background-color css
<style>
a { background-color: #2A9DE7; }
a { background-color: rgb(42,157,231); }
div.DivClassName
{
background-color: #2A9DE7;
}
.BgClassName
{
background-color: #2A9DE7;
}
</style>
border-color css
<style>
span { border-color: #2A9DE7; }
span { border-color: rgb(42,157,231); }
td.TdClassName
{
border-color: #2A9DE7;
}
.TagClassName
{
border-color: #2A9DE7;
}
</style>