#C7E3D3

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

Shades of Aero Blue #C7E3D3

Tints of Aero Blue #C7E3D3

Color information

#C7E3D3 (or 0xC7E3D3) is unknown color: approx Aero Blue. HEX triplet: C7, E3 and D3. RGB value is (199,227,211). Sum of RGB (Red+Green+Blue) = 199+227+211=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E3D3 is #381C2C. Grayscale: #D8D8D8. Windows color (decimal): -3677229 or 13886407. OLE color: 13886407.

HSL color Cylindrical-coordinate representation of color #C7E3D3: hue angle of 145.71º 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 #C7E3D3 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB199227211-
CMYK0.1200.070.11
HSL145.71º33.33%83.53%-
HSV(B)145.71º12.33%89.02%-
XYZ62.7871.7872.17-
YUV216.8124.72115.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.24%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 211 (82.81% from 255) = 33.12%
R=31.24%
G=35.64%
B=33.12%

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
Decimal1992272110.1200.070.11145.7133.3383.53
HexC7E3D3C07B922154
Octal30734332314071322241124
Binary110001111110001111010011110001111011100100101000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E3D3; }

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

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

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

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

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

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

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

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