#C2FADD

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

Shades of Aero Blue #C2FADD

Tints of Aero Blue #C2FADD

Color information

#C2FADD (or 0xC2FADD) is unknown color: approx Aero Blue. HEX triplet: C2, FA and DD. RGB value is (194,250,221). Sum of RGB (Red+Green+Blue) = 194+250+221=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADD is #3D0522. Grayscale: #E6E6E6. Windows color (decimal): -3999011 or 14547650. OLE color: 14547650.

HSL color Cylindrical-coordinate representation of color #C2FADD: hue angle of 148.93º 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 #C2FADD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB194250221-
CMYK0.2200.120.02
HSL148.93º84.85%87.06%-
HSV(B)148.93º22.4%98.04%-
XYZ69.4885.0681.16-
YUV229.95122.95102.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.17%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=29.17%
G=37.59%
B=33.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502210.2200.120.02148.9384.8587.06
HexC2FADD160C2955557
Octal302372335260142225125127
Binary1100001011111010110111011011001100101001010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FADD; }

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

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

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

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

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

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

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

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