#2AC2E0

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

Shades of Summer Sky #2AC2E0

Tints of Summer Sky #2AC2E0

Color information

#2AC2E0 (or 0x2AC2E0) is unknown color: approx Summer Sky. HEX triplet: 2A, C2 and E0. RGB value is (42,194,224). Sum of RGB (Red+Green+Blue) = 42+194+224=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #2AC2E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC2E0 is #D53D1F. Grayscale: #979797. Windows color (decimal): -13974816 or 14729770. OLE color: 14729770.

HSL color Cylindrical-coordinate representation of color #2AC2E0: hue angle of 189.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC2E0 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB42194224-
CMYK0.810.1300.12
HSL189.89º74.59%52.16%-
HSV(B)189.89º81.25%87.84%-
XYZ33.744.4677.33-
YUV151.97168.6449.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.13%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=9.13%
G=42.17%
B=48.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal421942240.810.1300.12189.8974.5952.16
Hex2AC2E051D0Cbe4b34
Octal523023401211501427611364
Binary10101011000010111000001010001110101100101111101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,194,224); }

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

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

 a { background-color: rgb(42,194,224); }

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

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

 span { border-color: rgb(42,194,224); }

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