#C1EAD6

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

Shades of Aero Blue #C1EAD6

Tints of Aero Blue #C1EAD6

Color information

#C1EAD6 (or 0xC1EAD6) is unknown color: approx Aero Blue. HEX triplet: C1, EA and D6. RGB value is (193,234,214). Sum of RGB (Red+Green+Blue) = 193+234+214=641 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.11% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAD6 is #3E1529. Grayscale: #DBDBDB. Windows color (decimal): -4068650 or 14084801. OLE color: 14084801.

HSL color Cylindrical-coordinate representation of color #C1EAD6: hue angle of 150.73º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EAD6 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB193234214-
CMYK0.1800.090.08
HSL150.73º49.4%83.73%-
HSV(B)150.73º17.52%91.76%-
XYZ63.5575.0474.75-
YUV219.46124.92109.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.11%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 214 (83.98% from 255) = 33.39%
R=30.11%
G=36.51%
B=33.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932342140.1800.090.08150.7349.483.73
HexC1EAD612098973154
Octal301352326220111022761124
Binary11000001111010101101011010010010011000100101111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EAD6; }

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

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

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

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

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

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

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

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