Shades of Summer Sky #2ACDDE
Tints of Summer Sky #2ACDDE
RGB
CMYK
RGB Variations
Color information
#2ACDDE (or 0x2ACDDE) is known color: Summer Sky. HEX triplet: 2A, CD and DE. RGB value is (42,205,222). Sum of RGB (Red+Green+Blue) = 42+205+222=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ACDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDDE is #D53221. Grayscale: #9D9D9D. Windows color (decimal): -13972002 or 14601514. OLE color: 14601514.
HSL color Cylindrical-coordinate representation of color #2ACDDE: hue angle of 185.67º degrees, saturation: 0.73, 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 #2ACDDE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 205 | 222 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.13 |
| HSL | 185.67º | 0.73% | 0.52% | - |
| HSV(B) | 185.67º | 0.81% | 0.87% | - |
| XYZ | 35.97 | 49.43 | 76.75 | - |
| YUV | 158.2 | 164 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 222 | 0.81 | 0.08 | 0 | 0.13 | 185.67 | 0.73 | 0.52 |
| Hex | 2A | CD | DE | 51 | 8 | 0 | D | BA | 49 | 34 |
| Octal | 52 | 315 | 336 | 121 | 10 | 0 | 15 | 272 | 111 | 64 |
| Binary | 101010 | 11001101 | 11011110 | 1010001 | 1000 | 0 | 1101 | 10111010 | 1001001 | 110100 |
Color Harmonies of #2ACDDE
Complementary color
Monochromatic Colors of #2ACDDE
Black with #2ACDDE
Text Example
Text Example
White with #2ACDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDDE; }
p { color: rgb(42,205,222); }
H1.HeaderClassName
{
color: #2ACDDE;
}
.AnyTagClassName
{
color: #2ACDDE;
}
</style>
background-color css
<style>
a { background-color: #2ACDDE; }
a { background-color: rgb(42,205,222); }
div.DivClassName
{
background-color: #2ACDDE;
}
.BgClassName
{
background-color: #2ACDDE;
}
</style>
border-color css
<style>
span { border-color: #2ACDDE; }
span { border-color: rgb(42,205,222); }
td.TdClassName
{
border-color: #2ACDDE;
}
.TagClassName
{
border-color: #2ACDDE;
}
</style>