#C1FAD6

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

Shades of Aero Blue #C1FAD6

Tints of Aero Blue #C1FAD6

Color information

#C1FAD6 (or 0xC1FAD6) is unknown color: approx Aero Blue. HEX triplet: C1, FA and D6. RGB value is (193,250,214). Sum of RGB (Red+Green+Blue) = 193+250+214=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FAD6 is #3E0529. Grayscale: #E4E4E4. Windows color (decimal): -4064554 or 14088897. OLE color: 14088897.

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

Color convert

RGB193250214-
CMYK0.2300.140.02
HSL142.11º85.07%86.86%-
HSV(B)142.11º22.8%98.04%-
XYZ68.3284.5676.34-
YUV228.85119.62102.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.38%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=29.38%
G=38.05%
B=32.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932502140.2300.140.02142.1185.0786.86
HexC1FAD6170E28e5557
Octal301372326270162216125127
Binary1100000111111010110101101011101110101000111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FAD6; }

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

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

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

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

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

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

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

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