#C7E8D5

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

Shades of Aero Blue #C7E8D5

Tints of Aero Blue #C7E8D5

Color information

#C7E8D5 (or 0xC7E8D5) is unknown color: approx Aero Blue. HEX triplet: C7, E8 and D5. RGB value is (199,232,213). Sum of RGB (Red+Green+Blue) = 199+232+213=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E8D5 is #38172A. Grayscale: #DCDCDC. Windows color (decimal): -3675947 or 14018759. OLE color: 14018759.

HSL color Cylindrical-coordinate representation of color #C7E8D5: hue angle of 145.45º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7E8D5 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB199232213-
CMYK0.1400.080.09
HSL145.45º41.77%84.51%-
HSV(B)145.45º14.22%90.98%-
XYZ64.4274.6673.97-
YUV219.97124.07113.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.90%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 213 (83.59% from 255) = 33.07%
R=30.90%
G=36.02%
B=33.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1992322130.1400.080.09145.4541.7784.51
HexC7E8D5E089912a55
Octal307350325160101122152125
Binary1100011111101000110101011110010001001100100011010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E8D5; }

 p { color: rgb(199,232,213); }

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

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

 a { background-color: rgb(199,232,213); }

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

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

 span { border-color: rgb(199,232,213); }

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