#2AA0D0

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

Shades of Summer Sky #2AA0D0

Tints of Summer Sky #2AA0D0

Color information

#2AA0D0 (or 0x2AA0D0) is unknown color: approx Summer Sky. HEX triplet: 2A, A0 and D0. RGB value is (42,160,208). Sum of RGB (Red+Green+Blue) = 42+160+208=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #2AA0D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA0D0 is #D55F2F. Grayscale: #818181. Windows color (decimal): -13983536 or 13672490. OLE color: 13672490.

HSL color Cylindrical-coordinate representation of color #2AA0D0: hue angle of 197.35º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AA0D0 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB42160208-
CMYK0.800.2300.18
HSL197.35º66.4%49.02%-
HSV(B)197.35º79.81%81.57%-
XYZ24.9130.1964.19-
YUV130.19171.9165.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.24%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 208 (81.64% from 255) = 50.73%
R=10.24%
G=39.02%
B=50.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal421602080.800.2300.18197.3566.449.02
Hex2AA0D05017012c54231
Octal522403201202702230510261
Binary1010101010000011010000101000010111010010110001011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,160,208); }

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

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

 a { background-color: rgb(42,160,208); }

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

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

 span { border-color: rgb(42,160,208); }

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