#C2FED7

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

Shades of Aero Blue #C2FED7

Tints of Aero Blue #C2FED7

Color information

#C2FED7 (or 0xC2FED7) is unknown color: approx Aero Blue. HEX triplet: C2, FE and D7. RGB value is (194,254,215). Sum of RGB (Red+Green+Blue) = 194+254+215=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FED7 is #3D0128. Grayscale: #E7E7E7. Windows color (decimal): -3997993 or 14155458. OLE color: 14155458.

HSL color Cylindrical-coordinate representation of color #C2FED7: hue angle of 141º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FED7 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB194254215-
CMYK0.2400.150.00
HSL141º96.77%87.84%-
HSV(B)141º23.62%99.61%-
XYZ69.9687.2677.45-
YUV231.61118.62101.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.26%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 215 (84.38% from 255) = 32.43%
R=29.26%
G=38.31%
B=32.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542150.2400.150.0014196.7787.84
HexC2FED7180F08d6158
Octal302376327300170215141130
Binary110000101111111011010111110000111101000110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FED7; }

 p { color: rgb(194,254,215); }

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

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

 a { background-color: rgb(194,254,215); }

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

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

 span { border-color: rgb(194,254,215); }

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