#2AC7DC

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

Shades of Summer Sky #2AC7DC

Tints of Summer Sky #2AC7DC

Color information

#2AC7DC (or 0x2AC7DC) is unknown color: approx Summer Sky. HEX triplet: 2A, C7 and DC. RGB value is (42,199,220). Sum of RGB (Red+Green+Blue) = 42+199+220=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AC7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC7DC is #D53823. Grayscale: #9A9A9A. Windows color (decimal): -13973540 or 14468906. OLE color: 14468906.

HSL color Cylindrical-coordinate representation of color #2AC7DC: hue angle of 187.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC7DC is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB42199220-
CMYK0.810.1000.14
HSL187.08º71.77%51.37%-
HSV(B)187.08º80.91%86.27%-
XYZ34.346.5174.88-
YUV154.45164.9947.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.11%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=9.11%
G=43.17%
B=47.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal421992200.810.1000.14187.0871.7751.37
Hex2AC7DC51A0Ebb4833
Octal523073341211201627311063
Binary10101011000111110111001010001101001110101110111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,199,220); }

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

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

 a { background-color: rgb(42,199,220); }

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

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

 span { border-color: rgb(42,199,220); }

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