#C7EBD5

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

Shades of Aero Blue #C7EBD5

Tints of Aero Blue #C7EBD5

Color information

#C7EBD5 (or 0xC7EBD5) is unknown color: approx Aero Blue. HEX triplet: C7, EB and D5. RGB value is (199,235,213). Sum of RGB (Red+Green+Blue) = 199+235+213=647 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.76% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EBD5 is #38142A. Grayscale: #DDDDDD. Windows color (decimal): -3675179 or 14019527. OLE color: 14019527.

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

Color convert

RGB199235213-
CMYK0.1500.090.08
HSL143.33º47.37%85.1%-
HSV(B)143.33º15.32%92.16%-
XYZ65.2776.3674.25-
YUV221.73123.07111.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.76%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=30.76%
G=36.32%
B=32.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992352130.1500.090.08143.3347.3785.1
HexC7EBD5F0988f2f55
Octal307353325170111021757125
Binary1100011111101011110101011111010011000100011111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBD5; }

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

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

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

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

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

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

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

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