#C7F6D8

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

Shades of Aero Blue #C7F6D8

Tints of Aero Blue #C7F6D8

Color information

#C7F6D8 (or 0xC7F6D8) is unknown color: approx Aero Blue. HEX triplet: C7, F6 and D8. RGB value is (199,246,216). Sum of RGB (Red+Green+Blue) = 199+246+216=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #C7F6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F6D8 is #380927. Grayscale: #E4E4E4. Windows color (decimal): -3672360 or 14218951. OLE color: 14218951.

HSL color Cylindrical-coordinate representation of color #C7F6D8: hue angle of 141.7º degrees, saturation: 0.72, 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 #C7F6D8 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB199246216-
CMYK0.1900.120.04
HSL141.7º72.31%87.25%-
HSV(B)141.7º19.11%96.47%-
XYZ68.983.0177.36-
YUV228.53120.93106.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 246 (96.48% from 255) = 37.22%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=30.11%
G=37.22%
B=32.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1992462160.1900.120.04141.772.3187.25
HexC7F6D8130C48e4857
Octal307366330230144216110127
Binary11000111111101101101100010011011001001000111010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F6D8; }

 p { color: rgb(199,246,216); }

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

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

 a { background-color: rgb(199,246,216); }

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

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

 span { border-color: rgb(199,246,216); }

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