#C4FADD

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

Shades of Aero Blue #C4FADD

Tints of Aero Blue #C4FADD

Color information

#C4FADD (or 0xC4FADD) is unknown color: approx Aero Blue. HEX triplet: C4, FA and DD. RGB value is (196,250,221). Sum of RGB (Red+Green+Blue) = 196+250+221=667 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.39% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FADD is #3B0522. Grayscale: #E6E6E6. Windows color (decimal): -3867939 or 14547652. OLE color: 14547652.

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

Color convert

RGB196250221-
CMYK0.2200.120.02
HSL147.78º84.38%87.45%-
HSV(B)147.78º21.6%98.04%-
XYZ7085.3381.19-
YUV230.55122.61103.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.39%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=29.39%
G=37.48%
B=33.13%

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
Decimal1962502210.2200.120.02147.7884.3887.45
HexC4FADD160C2945457
Octal304372335260142224124127
Binary1100010011111010110111011011001100101001010010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FADD; }

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

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

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

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

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

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

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

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