#2AA4D6

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

Shades of Summer Sky #2AA4D6

Tints of Summer Sky #2AA4D6

Color information

#2AA4D6 (or 0x2AA4D6) is unknown color: approx Summer Sky. HEX triplet: 2A, A4 and D6. RGB value is (42,164,214). Sum of RGB (Red+Green+Blue) = 42+164+214=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #2AA4D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA4D6 is #D55B29. Grayscale: #848484. Windows color (decimal): -13982506 or 14066730. OLE color: 14066730.

HSL color Cylindrical-coordinate representation of color #2AA4D6: hue angle of 197.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AA4D6 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB42164214-
CMYK0.800.2300.16
HSL197.44º67.72%50.2%-
HSV(B)197.44º80.37%83.92%-
XYZ26.3731.968.39-
YUV133.22173.5862.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 214 (83.98% from 255) = 50.95%
R=10%
G=39.05%
B=50.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal421642140.800.2300.16197.4467.7250.2
Hex2AA4D65017010c54432
Octal522443261202702030510462
Binary1010101010010011010110101000010111010000110001011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,214); }

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

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

 a { background-color: rgb(42,164,214); }

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

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

 span { border-color: rgb(42,164,214); }

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