#C1FADA

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

Shades of Aero Blue #C1FADA

Tints of Aero Blue #C1FADA

Color information

#C1FADA (or 0xC1FADA) is unknown color: approx Aero Blue. HEX triplet: C1, FA and DA. RGB value is (193,250,218). Sum of RGB (Red+Green+Blue) = 193+250+218=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FADA is #3E0525. Grayscale: #E5E5E5. Windows color (decimal): -4064550 or 14351041. OLE color: 14351041.

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

Color convert

RGB193250218-
CMYK0.2300.130.02
HSL146.32º85.07%86.86%-
HSV(B)146.32º22.8%98.04%-
XYZ68.8384.7779.06-
YUV229.31121.62102.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.20%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=29.20%
G=37.82%
B=32.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932502180.2300.130.02146.3285.0786.86
HexC1FADA170D2925557
Octal301372332270152222125127
Binary1100000111111010110110101011101101101001001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FADA; }

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

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

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

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

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

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

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

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