#C7E6D4

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

Shades of Aero Blue #C7E6D4

Tints of Aero Blue #C7E6D4

Color information

#C7E6D4 (or 0xC7E6D4) is unknown color: approx Aero Blue. HEX triplet: C7, E6 and D4. RGB value is (199,230,212). Sum of RGB (Red+Green+Blue) = 199+230+212=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E6D4 is #38192B. Grayscale: #DADADA. Windows color (decimal): -3676460 or 13952711. OLE color: 13952711.

HSL color Cylindrical-coordinate representation of color #C7E6D4: hue angle of 145.16º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7E6D4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB199230212-
CMYK0.1300.080.10
HSL145.16º38.27%84.12%-
HSV(B)145.16º13.48%90.2%-
XYZ63.7373.4973.11-
YUV218.68124.23113.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=31.05%
G=35.88%
B=33.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1992302120.1300.080.10145.1638.2784.12
HexC7E6D4D08A912654
Octal307346324150101222146124
Binary1100011111100110110101001101010001010100100011001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E6D4; }

 p { color: rgb(199,230,212); }

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

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

 a { background-color: rgb(199,230,212); }

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

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

 span { border-color: rgb(199,230,212); }

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