#C7E4D6

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

Shades of Aero Blue #C7E4D6

Tints of Aero Blue #C7E4D6

Color information

#C7E4D6 (or 0xC7E4D6) is unknown color: approx Aero Blue. HEX triplet: C7, E4 and D6. RGB value is (199,228,214). Sum of RGB (Red+Green+Blue) = 199+228+214=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E4D6 is #381B29. Grayscale: #D9D9D9. Windows color (decimal): -3676970 or 14083271. OLE color: 14083271.

HSL color Cylindrical-coordinate representation of color #C7E4D6: hue angle of 151.03º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7E4D6 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB199228214-
CMYK0.1300.060.11
HSL151.03º34.94%83.73%-
HSV(B)151.03º12.72%89.41%-
XYZ63.4372.4874.27-
YUV217.73125.89114.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=31.05%
G=35.57%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1992282140.1300.060.11151.0334.9483.73
HexC7E4D6D06B972354
Octal30734432615061322743124
Binary110001111110010011010110110101101011100101111000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E4D6; }

 p { color: rgb(199,228,214); }

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

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

 a { background-color: rgb(199,228,214); }

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

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

 span { border-color: rgb(199,228,214); }

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