#C2FADA

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

Shades of Aero Blue #C2FADA

Tints of Aero Blue #C2FADA

Color information

#C2FADA (or 0xC2FADA) is unknown color: approx Aero Blue. HEX triplet: C2, FA and DA. RGB value is (194,250,218). Sum of RGB (Red+Green+Blue) = 194+250+218=662 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.31% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADA is #3D0525. Grayscale: #E5E5E5. Windows color (decimal): -3999014 or 14351042. OLE color: 14351042.

HSL color Cylindrical-coordinate representation of color #C2FADA: hue angle of 145.71º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FADA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB194250218-
CMYK0.2200.130.02
HSL145.71º84.85%87.06%-
HSV(B)145.71º22.4%98.04%-
XYZ69.0984.979.08-
YUV229.61121.45102.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.31%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=29.31%
G=37.76%
B=32.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502180.2200.130.02145.7184.8587.06
HexC2FADA160D2925557
Octal302372332260152222125127
Binary1100001011111010110110101011001101101001001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FADA; }

 p { color: rgb(194,250,218); }

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

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

 a { background-color: rgb(194,250,218); }

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

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

 span { border-color: rgb(194,250,218); }

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