#C2EDD9

Color #C2EDD9 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C2EDD9

Tints of Aero Blue #C2EDD9

Color information

#C2EDD9 (or 0xC2EDD9) is unknown color: approx Aero Blue. HEX triplet: C2, ED and D9. RGB value is (194,237,217). Sum of RGB (Red+Green+Blue) = 194+237+217=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDD9 is #3D1226. Grayscale: #DDDDDD. Windows color (decimal): -4002343 or 14282178. OLE color: 14282178.

HSL color Cylindrical-coordinate representation of color #C2EDD9: hue angle of 152.09º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDD9 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB194237217-
CMYK0.1800.080.07
HSL152.09º54.43%84.51%-
HSV(B)152.09º18.14%92.94%-
XYZ65.0677.0577.09-
YUV221.86125.25108.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=29.94%
G=36.57%
B=33.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942372170.1800.080.07152.0954.4384.51
HexC2EDD912087983655
Octal30235533122010723066125
Binary1100001011101101110110011001001000111100110001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EDD9; }

 p { color: rgb(194,237,217); }

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

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

 a { background-color: rgb(194,237,217); }

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

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

 span { border-color: rgb(194,237,217); }

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