#C2E2D1

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

Shades of Aero Blue #C2E2D1

Tints of Aero Blue #C2E2D1

Color information

#C2E2D1 (or 0xC2E2D1) is unknown color: approx Aero Blue. HEX triplet: C2, E2 and D1. RGB value is (194,226,209). Sum of RGB (Red+Green+Blue) = 194+226+209=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2D1 is #3D1D2E. Grayscale: #D6D6D6. Windows color (decimal): -4005167 or 13755074. OLE color: 13755074.

HSL color Cylindrical-coordinate representation of color #C2E2D1: hue angle of 148.12º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E2D1 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB194226209-
CMYK0.1400.080.11
HSL148.12º35.56%82.35%-
HSV(B)148.12º14.16%88.63%-
XYZ60.9570.4770.71-
YUV214.49124.9113.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.84%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=30.84%
G=35.93%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942262090.1400.080.11148.1235.5682.35
HexC2E2D1E08B942452
Octal302342321160101322444122
Binary1100001011100010110100011110010001011100101001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E2D1; }

 p { color: rgb(194,226,209); }

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

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

 a { background-color: rgb(194,226,209); }

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

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

 span { border-color: rgb(194,226,209); }

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