#C2FADC

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

Shades of Aero Blue #C2FADC

Tints of Aero Blue #C2FADC

Color information

#C2FADC (or 0xC2FADC) is unknown color: approx Aero Blue. HEX triplet: C2, FA and DC. RGB value is (194,250,220). Sum of RGB (Red+Green+Blue) = 194+250+220=664 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.22% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADC is #3D0523. Grayscale: #E5E5E5. Windows color (decimal): -3999012 or 14482114. OLE color: 14482114.

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

Color convert

RGB194250220-
CMYK0.2200.120.02
HSL147.86º84.85%87.06%-
HSV(B)147.86º22.4%98.04%-
XYZ69.3585.0180.46-
YUV229.84122.45102.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.22%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=29.22%
G=37.65%
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
Decimal1942502200.2200.120.02147.8684.8587.06
HexC2FADC160C2945557
Octal302372334260142224125127
Binary1100001011111010110111001011001100101001010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FADC; }

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

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

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

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

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

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

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

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