#2AACDD

Color #2AACDD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2AACDD

Tints of Summer Sky #2AACDD

Color information

#2AACDD (or 0x2AACDD) is unknown color: approx Summer Sky. HEX triplet: 2A, AC and DD. RGB value is (42,172,221). Sum of RGB (Red+Green+Blue) = 42+172+221=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AACDD is #D55322. Grayscale: #8A8A8A. Windows color (decimal): -13980451 or 14527530. OLE color: 14527530.

HSL color Cylindrical-coordinate representation of color #2AACDD: hue angle of 196.42º 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 #2AACDD is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42172221-
CMYK0.810.2200.13
HSL196.42º72.47%51.57%-
HSV(B)196.42º81%86.67%-
XYZ28.7635.2273.69-
YUV138.72174.4359.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 9.66%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=9.66%
G=39.54%
B=50.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal421722210.810.2200.13196.4272.4751.57
Hex2AACDD51160Dc44834
Octal522543351212601530411064
Binary101010101011001101110110100011011001101110001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AACDD; }

 p { color: rgb(42,172,221); }

 H1.HeaderClassName
 {
   color: #2AACDD;
 }
 .AnyTagClassName
 {
   color: #2AACDD;
 }
</style>
background-color css

<style>
 a { background-color: #2AACDD; }

 a { background-color: rgb(42,172,221); }

 div.DivClassName
 {
   background-color: #2AACDD;
 }
 .BgClassName
 {
   background-color: #2AACDD;
 }
</style>
border-color css

<style>
 span { border-color: #2AACDD; }

 span { border-color: rgb(42,172,221); }

 td.TdClassName
 {
   border-color: #2AACDD;
 }
 .TagClassName
 {
   border-color: #2AACDD;
 }
</style>