Shades of Summer Sky #2ACCDD
Tints of Summer Sky #2ACCDD
RGB
CMYK
RGB Variations
Color information
#2ACCDD (or 0x2ACCDD) is known color: Summer Sky. HEX triplet: 2A, CC and DD. RGB value is (42,204,221). Sum of RGB (Red+Green+Blue) = 42+204+221=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ACCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCDD is #D53322. Grayscale: #9D9D9D. Windows color (decimal): -13972259 or 14535722. OLE color: 14535722.
HSL color Cylindrical-coordinate representation of color #2ACCDD: hue angle of 185.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACCDD is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 204 | 221 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.13 |
| HSL | 185.7º | 0.72% | 0.52% | - |
| HSV(B) | 185.7º | 0.81% | 0.87% | - |
| XYZ | 35.6 | 48.9 | 75.97 | - |
| YUV | 157.5 | 163.83 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 221 | 0.81 | 0.08 | 0 | 0.13 | 185.7 | 0.72 | 0.52 |
| Hex | 2A | CC | DD | 51 | 8 | 0 | D | BA | 48 | 34 |
| Octal | 52 | 314 | 335 | 121 | 10 | 0 | 15 | 272 | 110 | 64 |
| Binary | 101010 | 11001100 | 11011101 | 1010001 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2ACCDD
Complementary color
Monochromatic Colors of #2ACCDD
Black with #2ACCDD
Text Example
Text Example
White with #2ACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCDD; }
p { color: rgb(42,204,221); }
H1.HeaderClassName
{
color: #2ACCDD;
}
.AnyTagClassName
{
color: #2ACCDD;
}
</style>
background-color css
<style>
a { background-color: #2ACCDD; }
a { background-color: rgb(42,204,221); }
div.DivClassName
{
background-color: #2ACCDD;
}
.BgClassName
{
background-color: #2ACCDD;
}
</style>
border-color css
<style>
span { border-color: #2ACCDD; }
span { border-color: rgb(42,204,221); }
td.TdClassName
{
border-color: #2ACCDD;
}
.TagClassName
{
border-color: #2ACCDD;
}
</style>