Shades of Summer Sky #2AACDF
Tints of Summer Sky #2AACDF
RGB
CMYK
RGB Variations
Color information
#2AACDF (or 0x2AACDF) is known color: Summer Sky. HEX triplet: 2A, AC and DF. RGB value is (42,172,223). Sum of RGB (Red+Green+Blue) = 42+172+223=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #2AACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AACDF is #D55320. Grayscale: #8A8A8A. Windows color (decimal): -13980449 or 14658602. OLE color: 14658602.
HSL color Cylindrical-coordinate representation of color #2AACDF: hue angle of 196.91º degrees, saturation: 0.74, 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 #2AACDF is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 172 | 223 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 196.91º | 0.74% | 0.52% | - |
| HSV(B) | 196.91º | 0.81% | 0.87% | - |
| XYZ | 29.03 | 35.33 | 75.1 | - |
| YUV | 138.94 | 175.43 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 223 | 0.81 | 0.23 | 0 | 0.13 | 196.91 | 0.74 | 0.52 |
| Hex | 2A | AC | DF | 51 | 17 | 0 | D | C5 | 4A | 34 |
| Octal | 52 | 254 | 337 | 121 | 27 | 0 | 15 | 305 | 112 | 64 |
| Binary | 101010 | 10101100 | 11011111 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001010 | 110100 |
Color Harmonies of #2AACDF
Complementary color
Monochromatic Colors of #2AACDF
Black with #2AACDF
Text Example
Text Example
White with #2AACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACDF; }
p { color: rgb(42,172,223); }
H1.HeaderClassName
{
color: #2AACDF;
}
.AnyTagClassName
{
color: #2AACDF;
}
</style>
background-color css
<style>
a { background-color: #2AACDF; }
a { background-color: rgb(42,172,223); }
div.DivClassName
{
background-color: #2AACDF;
}
.BgClassName
{
background-color: #2AACDF;
}
</style>
border-color css
<style>
span { border-color: #2AACDF; }
span { border-color: rgb(42,172,223); }
td.TdClassName
{
border-color: #2AACDF;
}
.TagClassName
{
border-color: #2AACDF;
}
</style>