#2AAACC

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

Shades of Summer Sky #2AAACC

Tints of Summer Sky #2AAACC

Color information

#2AAACC (or 0x2AAACC) is unknown color: approx Summer Sky. HEX triplet: 2A, AA and CC. RGB value is (42,170,204). Sum of RGB (Red+Green+Blue) = 42+170+204=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #2AAACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAACC is #D55533. Grayscale: #878787. Windows color (decimal): -13980980 or 13412906. OLE color: 13412906.

HSL color Cylindrical-coordinate representation of color #2AAACC: hue angle of 192.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AAACC is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB42170204-
CMYK0.790.1700.2
HSL192.59º65.85%48.24%-
HSV(B)192.59º79.41%80%-
XYZ26.2333.662.23-
YUV135.6166.5961.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.10%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=10.10%
G=40.87%
B=49.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal421702040.790.1700.2192.5965.8548.24
Hex2AAACC4F11014c14230
Octal522523141172102430110260
Binary1010101010101011001100100111110001010100110000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,170,204); }

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

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

 a { background-color: rgb(42,170,204); }

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

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

 span { border-color: rgb(42,170,204); }

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