Shades of Summer Sky #2ACDEC
Tints of Summer Sky #2ACDEC
RGB
CMYK
RGB Variations
Color information
#2ACDEC (or 0x2ACDEC) is known color: Summer Sky. HEX triplet: 2A, CD and EC. RGB value is (42,205,236). Sum of RGB (Red+Green+Blue) = 42+205+236=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ACDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACDEC is #D53213. Grayscale: #9F9F9F. Windows color (decimal): -13971988 or 15519018. OLE color: 15519018.
HSL color Cylindrical-coordinate representation of color #2ACDEC: hue angle of 189.59º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACDEC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 205 | 236 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.07 |
| HSL | 189.59º | 0.84% | 0.55% | - |
| HSV(B) | 189.59º | 0.82% | 0.93% | - |
| XYZ | 37.93 | 50.21 | 87.05 | - |
| YUV | 159.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 236 | 0.82 | 0.13 | 0 | 0.07 | 189.59 | 0.84 | 0.55 |
| Hex | 2A | CD | EC | 52 | D | 0 | 7 | BE | 54 | 37 |
| Octal | 52 | 315 | 354 | 122 | 15 | 0 | 7 | 276 | 124 | 67 |
| Binary | 101010 | 11001101 | 11101100 | 1010010 | 1101 | 0 | 111 | 10111110 | 1010100 | 110111 |
Color Harmonies of #2ACDEC
Complementary color
Monochromatic Colors of #2ACDEC
Black with #2ACDEC
Text Example
Text Example
White with #2ACDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDEC; }
p { color: rgb(42,205,236); }
H1.HeaderClassName
{
color: #2ACDEC;
}
.AnyTagClassName
{
color: #2ACDEC;
}
</style>
background-color css
<style>
a { background-color: #2ACDEC; }
a { background-color: rgb(42,205,236); }
div.DivClassName
{
background-color: #2ACDEC;
}
.BgClassName
{
background-color: #2ACDEC;
}
</style>
border-color css
<style>
span { border-color: #2ACDEC; }
span { border-color: rgb(42,205,236); }
td.TdClassName
{
border-color: #2ACDEC;
}
.TagClassName
{
border-color: #2ACDEC;
}
</style>