#2AA2CB

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

Shades of Summer Sky #2AA2CB

Tints of Summer Sky #2AA2CB

Color information

#2AA2CB (or 0x2AA2CB) is unknown color: approx Summer Sky. HEX triplet: 2A, A2 and CB. RGB value is (42,162,203). Sum of RGB (Red+Green+Blue) = 42+162+203=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #2AA2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2CB is #D55D34. Grayscale: #828282. Windows color (decimal): -13983029 or 13345322. OLE color: 13345322.

HSL color Cylindrical-coordinate representation of color #2AA2CB: hue angle of 195.28º 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 #2AA2CB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB42162203-
CMYK0.790.2000.20
HSL195.28º65.71%48.04%-
HSV(B)195.28º79.31%79.61%-
XYZ24.6530.6461.12-
YUV130.79168.7464.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.32%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 203 (79.69% from 255) = 49.88%
R=10.32%
G=39.80%
B=49.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal421622030.790.2000.20195.2865.7148.04
Hex2AA2CB4F14014c34230
Octal522423131172402430310260
Binary1010101010001011001011100111110100010100110000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,203); }

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

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

 a { background-color: rgb(42,162,203); }

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

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

 span { border-color: rgb(42,162,203); }

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