Shades of Summer Sky #2AC9E5
Tints of Summer Sky #2AC9E5
RGB
CMYK
RGB Variations
Color information
#2AC9E5 (or 0x2AC9E5) is known color: Summer Sky. HEX triplet: 2A, C9 and E5. RGB value is (42,201,229). Sum of RGB (Red+Green+Blue) = 42+201+229=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #2AC9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC9E5 is #D5361A. Grayscale: #9C9C9C. Windows color (decimal): -13973019 or 15059242. OLE color: 15059242.
HSL color Cylindrical-coordinate representation of color #2AC9E5: hue angle of 188.98º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AC9E5 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 201 | 229 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.10 |
| HSL | 188.98º | 0.78% | 0.53% | - |
| HSV(B) | 188.98º | 0.82% | 0.9% | - |
| XYZ | 35.98 | 47.92 | 81.48 | - |
| YUV | 156.65 | 168.82 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 229 | 0.82 | 0.12 | 0 | 0.10 | 188.98 | 0.78 | 0.53 |
| Hex | 2A | C9 | E5 | 52 | C | 0 | A | BD | 4E | 35 |
| Octal | 52 | 311 | 345 | 122 | 14 | 0 | 12 | 275 | 116 | 65 |
| Binary | 101010 | 11001001 | 11100101 | 1010010 | 1100 | 0 | 1010 | 10111101 | 1001110 | 110101 |
Color Harmonies of #2AC9E5
Complementary color
Monochromatic Colors of #2AC9E5
Black with #2AC9E5
Text Example
Text Example
White with #2AC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC9E5; }
p { color: rgb(42,201,229); }
H1.HeaderClassName
{
color: #2AC9E5;
}
.AnyTagClassName
{
color: #2AC9E5;
}
</style>
background-color css
<style>
a { background-color: #2AC9E5; }
a { background-color: rgb(42,201,229); }
div.DivClassName
{
background-color: #2AC9E5;
}
.BgClassName
{
background-color: #2AC9E5;
}
</style>
border-color css
<style>
span { border-color: #2AC9E5; }
span { border-color: rgb(42,201,229); }
td.TdClassName
{
border-color: #2AC9E5;
}
.TagClassName
{
border-color: #2AC9E5;
}
</style>