Shades of Summer Sky #2ACADC
Tints of Summer Sky #2ACADC
RGB
CMYK
RGB Variations
Color information
#2ACADC (or 0x2ACADC) is known color: Summer Sky. HEX triplet: 2A, CA and DC. RGB value is (42,202,220). Sum of RGB (Red+Green+Blue) = 42+202+220=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ACADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACADC is #D53523. Grayscale: #9B9B9B. Windows color (decimal): -13972772 or 14469674. OLE color: 14469674.
HSL color Cylindrical-coordinate representation of color #2ACADC: hue angle of 186.07º 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 #2ACADC is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 202 | 220 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.14 |
| HSL | 186.07º | 0.72% | 0.51% | - |
| HSV(B) | 186.07º | 0.81% | 0.86% | - |
| XYZ | 34.99 | 47.9 | 75.11 | - |
| YUV | 156.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 220 | 0.81 | 0.08 | 0 | 0.14 | 186.07 | 0.72 | 0.51 |
| Hex | 2A | CA | DC | 51 | 8 | 0 | E | BA | 48 | 33 |
| Octal | 52 | 312 | 334 | 121 | 10 | 0 | 16 | 272 | 110 | 63 |
| Binary | 101010 | 11001010 | 11011100 | 1010001 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110011 |
Color Harmonies of #2ACADC
Complementary color
Monochromatic Colors of #2ACADC
Black with #2ACADC
Text Example
Text Example
White with #2ACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACADC; }
p { color: rgb(42,202,220); }
H1.HeaderClassName
{
color: #2ACADC;
}
.AnyTagClassName
{
color: #2ACADC;
}
</style>
background-color css
<style>
a { background-color: #2ACADC; }
a { background-color: rgb(42,202,220); }
div.DivClassName
{
background-color: #2ACADC;
}
.BgClassName
{
background-color: #2ACADC;
}
</style>
border-color css
<style>
span { border-color: #2ACADC; }
span { border-color: rgb(42,202,220); }
td.TdClassName
{
border-color: #2ACADC;
}
.TagClassName
{
border-color: #2ACADC;
}
</style>