Shades of Summer Sky #2AC1DD
Tints of Summer Sky #2AC1DD
RGB
CMYK
RGB Variations
Color information
#2AC1DD (or 0x2AC1DD) is known color: Summer Sky. HEX triplet: 2A, C1 and DD. RGB value is (42,193,221). Sum of RGB (Red+Green+Blue) = 42+193+221=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AC1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC1DD is #D53E22. Grayscale: #969696. Windows color (decimal): -13975075 or 14532906. OLE color: 14532906.
HSL color Cylindrical-coordinate representation of color #2AC1DD: hue angle of 189.39º 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 #2AC1DD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 193 | 221 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.13 |
| HSL | 189.39º | 0.72% | 0.52% | - |
| HSV(B) | 189.39º | 0.81% | 0.87% | - |
| XYZ | 33.08 | 43.85 | 75.13 | - |
| YUV | 151.04 | 167.47 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 221 | 0.81 | 0.13 | 0 | 0.13 | 189.39 | 0.72 | 0.52 |
| Hex | 2A | C1 | DD | 51 | D | 0 | D | BD | 48 | 34 |
| Octal | 52 | 301 | 335 | 121 | 15 | 0 | 15 | 275 | 110 | 64 |
| Binary | 101010 | 11000001 | 11011101 | 1010001 | 1101 | 0 | 1101 | 10111101 | 1001000 | 110100 |
Color Harmonies of #2AC1DD
Complementary color
Monochromatic Colors of #2AC1DD
Black with #2AC1DD
Text Example
Text Example
White with #2AC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC1DD; }
p { color: rgb(42,193,221); }
H1.HeaderClassName
{
color: #2AC1DD;
}
.AnyTagClassName
{
color: #2AC1DD;
}
</style>
background-color css
<style>
a { background-color: #2AC1DD; }
a { background-color: rgb(42,193,221); }
div.DivClassName
{
background-color: #2AC1DD;
}
.BgClassName
{
background-color: #2AC1DD;
}
</style>
border-color css
<style>
span { border-color: #2AC1DD; }
span { border-color: rgb(42,193,221); }
td.TdClassName
{
border-color: #2AC1DD;
}
.TagClassName
{
border-color: #2AC1DD;
}
</style>