Shades of Summer Sky #2A9ACE
Tints of Summer Sky #2A9ACE
RGB
CMYK
RGB Variations
Color information
#2A9ACE (or 0x2A9ACE) is known color: Summer Sky. HEX triplet: 2A, 9A and CE. RGB value is (42,154,206). Sum of RGB (Red+Green+Blue) = 42+154+206=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A9ACE is #D56531. Grayscale: #7E7E7E. Windows color (decimal): -13985074 or 13539882. OLE color: 13539882.
HSL color Cylindrical-coordinate representation of color #2A9ACE: hue angle of 199.02º 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 #2A9ACE is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 154 | 206 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.19 |
| HSL | 199.02º | 0.66% | 0.49% | - |
| HSV(B) | 199.02º | 0.8% | 0.81% | - |
| XYZ | 23.65 | 28.06 | 62.56 | - |
| YUV | 126.44 | 172.89 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 206 | 0.80 | 0.25 | 0 | 0.19 | 199.02 | 0.66 | 0.49 |
| Hex | 2A | 9A | CE | 50 | 19 | 0 | 13 | C7 | 42 | 31 |
| Octal | 52 | 232 | 316 | 120 | 31 | 0 | 23 | 307 | 102 | 61 |
| Binary | 101010 | 10011010 | 11001110 | 1010000 | 11001 | 0 | 10011 | 11000111 | 1000010 | 110001 |
Color Harmonies of #2A9ACE
Complementary color
Monochromatic Colors of #2A9ACE
Black with #2A9ACE
Text Example
Text Example
White with #2A9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9ACE; }
p { color: rgb(42,154,206); }
H1.HeaderClassName
{
color: #2A9ACE;
}
.AnyTagClassName
{
color: #2A9ACE;
}
</style>
background-color css
<style>
a { background-color: #2A9ACE; }
a { background-color: rgb(42,154,206); }
div.DivClassName
{
background-color: #2A9ACE;
}
.BgClassName
{
background-color: #2A9ACE;
}
</style>
border-color css
<style>
span { border-color: #2A9ACE; }
span { border-color: rgb(42,154,206); }
td.TdClassName
{
border-color: #2A9ACE;
}
.TagClassName
{
border-color: #2A9ACE;
}
</style>