#C1FADD

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

Shades of Aero Blue #C1FADD

Tints of Aero Blue #C1FADD

Color information

#C1FADD (or 0xC1FADD) is unknown color: approx Aero Blue. HEX triplet: C1, FA and DD. RGB value is (193,250,221). Sum of RGB (Red+Green+Blue) = 193+250+221=664 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.07% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FADD is #3E0522. Grayscale: #E5E5E5. Windows color (decimal): -4064547 or 14547649. OLE color: 14547649.

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

Color convert

RGB193250221-
CMYK0.2300.120.02
HSL149.47º85.07%86.86%-
HSV(B)149.47º22.8%98.04%-
XYZ69.2384.9381.15-
YUV229.65123.12101.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.07%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=29.07%
G=37.65%
B=33.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932502210.2300.120.02149.4785.0786.86
HexC1FADD170C2955557
Octal301372335270142225125127
Binary1100000111111010110111011011101100101001010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FADD; }

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

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

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

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

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

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

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

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