#2AAECB

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

Shades of Summer Sky #2AAECB

Tints of Summer Sky #2AAECB

Color information

#2AAECB (or 0x2AAECB) is unknown color: approx Summer Sky. HEX triplet: 2A, AE and CB. RGB value is (42,174,203). Sum of RGB (Red+Green+Blue) = 42+174+203=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #2AAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAECB is #D55134. Grayscale: #898989. Windows color (decimal): -13979957 or 13348394. OLE color: 13348394.

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

Color convert

RGB42174203-
CMYK0.790.1400.20
HSL190.81º65.71%48.04%-
HSV(B)190.81º79.31%79.61%-
XYZ26.8735.0861.85-
YUV137.84164.7759.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.02%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=10.02%
G=41.53%
B=48.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal421742030.790.1400.20190.8165.7148.04
Hex2AAECB4FE014bf4230
Octal522563131171602427710260
Binary101010101011101100101110011111110010100101111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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