Shades of Summer Sky #2ACCDC
Tints of Summer Sky #2ACCDC
RGB
CMYK
RGB Variations
Color information
#2ACCDC (or 0x2ACCDC) is known color: Summer Sky. HEX triplet: 2A, CC and DC. RGB value is (42,204,220). Sum of RGB (Red+Green+Blue) = 42+204+220=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ACCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCDC is #D53323. Grayscale: #9D9D9D. Windows color (decimal): -13972260 or 14470186. OLE color: 14470186.
HSL color Cylindrical-coordinate representation of color #2ACCDC: hue angle of 185.39º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACCDC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 204 | 220 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.14 |
| HSL | 185.39º | 0.72% | 0.51% | - |
| HSV(B) | 185.39º | 0.81% | 0.86% | - |
| XYZ | 35.47 | 48.85 | 75.27 | - |
| YUV | 157.39 | 163.33 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 220 | 0.81 | 0.07 | 0 | 0.14 | 185.39 | 0.72 | 0.51 |
| Hex | 2A | CC | DC | 51 | 7 | 0 | E | B9 | 48 | 33 |
| Octal | 52 | 314 | 334 | 121 | 7 | 0 | 16 | 271 | 110 | 63 |
| Binary | 101010 | 11001100 | 11011100 | 1010001 | 111 | 0 | 1110 | 10111001 | 1001000 | 110011 |
Color Harmonies of #2ACCDC
Complementary color
Monochromatic Colors of #2ACCDC
Black with #2ACCDC
Text Example
Text Example
White with #2ACCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCDC; }
p { color: rgb(42,204,220); }
H1.HeaderClassName
{
color: #2ACCDC;
}
.AnyTagClassName
{
color: #2ACCDC;
}
</style>
background-color css
<style>
a { background-color: #2ACCDC; }
a { background-color: rgb(42,204,220); }
div.DivClassName
{
background-color: #2ACCDC;
}
.BgClassName
{
background-color: #2ACCDC;
}
</style>
border-color css
<style>
span { border-color: #2ACCDC; }
span { border-color: rgb(42,204,220); }
td.TdClassName
{
border-color: #2ACCDC;
}
.TagClassName
{
border-color: #2ACCDC;
}
</style>