Shades of Summer Sky #2ACBE2
Tints of Summer Sky #2ACBE2
RGB
CMYK
RGB Variations
Color information
#2ACBE2 (or 0x2ACBE2) is known color: Summer Sky. HEX triplet: 2A, CB and E2. RGB value is (42,203,226). Sum of RGB (Red+Green+Blue) = 42+203+226=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #2ACBE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACBE2 is #D5341D. Grayscale: #9D9D9D. Windows color (decimal): -13972510 or 14863146. OLE color: 14863146.
HSL color Cylindrical-coordinate representation of color #2ACBE2: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACBE2 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 203 | 226 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.11 |
| HSL | 187.5º | 0.76% | 0.53% | - |
| HSV(B) | 187.5º | 0.81% | 0.89% | - |
| XYZ | 36.04 | 48.7 | 79.45 | - |
| YUV | 157.48 | 166.66 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 226 | 0.81 | 0.10 | 0 | 0.11 | 187.5 | 0.76 | 0.53 |
| Hex | 2A | CB | E2 | 51 | A | 0 | B | BC | 4C | 35 |
| Octal | 52 | 313 | 342 | 121 | 12 | 0 | 13 | 274 | 114 | 65 |
| Binary | 101010 | 11001011 | 11100010 | 1010001 | 1010 | 0 | 1011 | 10111100 | 1001100 | 110101 |
Color Harmonies of #2ACBE2
Complementary color
Monochromatic Colors of #2ACBE2
Black with #2ACBE2
Text Example
Text Example
White with #2ACBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACBE2; }
p { color: rgb(42,203,226); }
H1.HeaderClassName
{
color: #2ACBE2;
}
.AnyTagClassName
{
color: #2ACBE2;
}
</style>
background-color css
<style>
a { background-color: #2ACBE2; }
a { background-color: rgb(42,203,226); }
div.DivClassName
{
background-color: #2ACBE2;
}
.BgClassName
{
background-color: #2ACBE2;
}
</style>
border-color css
<style>
span { border-color: #2ACBE2; }
span { border-color: rgb(42,203,226); }
td.TdClassName
{
border-color: #2ACBE2;
}
.TagClassName
{
border-color: #2ACBE2;
}
</style>