#C7E3D4

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

Shades of Aero Blue #C7E3D4

Tints of Aero Blue #C7E3D4

Color information

#C7E3D4 (or 0xC7E3D4) is unknown color: approx Aero Blue. HEX triplet: C7, E3 and D4. RGB value is (199,227,212). Sum of RGB (Red+Green+Blue) = 199+227+212=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E3D4 is #381C2B. Grayscale: #D8D8D8. Windows color (decimal): -3677228 or 13951943. OLE color: 13951943.

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

Color convert

RGB199227212-
CMYK0.1200.070.11
HSL147.86º33.33%83.53%-
HSV(B)147.86º12.33%89.02%-
XYZ62.9171.8372.84-
YUV216.92125.22115.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.19%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=31.19%
G=35.58%
B=33.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1992272120.1200.070.11147.8633.3383.53
HexC7E3D4C07B942154
Octal30734332414071322441124
Binary110001111110001111010100110001111011100101001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E3D4; }

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

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

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

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

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

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

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

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