#C7F5DA

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

Shades of Aero Blue #C7F5DA

Tints of Aero Blue #C7F5DA

Color information

#C7F5DA (or 0xC7F5DA) is unknown color: approx Aero Blue. HEX triplet: C7, F5 and DA. RGB value is (199,245,218). Sum of RGB (Red+Green+Blue) = 199+245+218=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F5DA is #380A25. Grayscale: #E4E4E4. Windows color (decimal): -3672614 or 14349767. OLE color: 14349767.

HSL color Cylindrical-coordinate representation of color #C7F5DA: hue angle of 144.78º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F5DA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB199245218-
CMYK0.1900.110.04
HSL144.78º69.7%87.06%-
HSV(B)144.78º18.78%96.08%-
XYZ68.8682.5178.63-
YUV228.17122.26107.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.06%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=30.06%
G=37.01%
B=32.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1992452180.1900.110.04144.7869.787.06
HexC7F5DA130B4914657
Octal307365332230134221106127
Binary11000111111101011101101010011010111001001000110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F5DA; }

 p { color: rgb(199,245,218); }

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

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

 a { background-color: rgb(199,245,218); }

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

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

 span { border-color: rgb(199,245,218); }

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