#C1EBD9

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

Shades of Aero Blue #C1EBD9

Tints of Aero Blue #C1EBD9

Color information

#C1EBD9 (or 0xC1EBD9) is unknown color: approx Aero Blue. HEX triplet: C1, EB and D9. RGB value is (193,235,217). Sum of RGB (Red+Green+Blue) = 193+235+217=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBD9 is #3E1426. Grayscale: #DCDCDC. Windows color (decimal): -4068391 or 14281665. OLE color: 14281665.

HSL color Cylindrical-coordinate representation of color #C1EBD9: hue angle of 154.29º degrees, saturation: 0.51, 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 #C1EBD9 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB193235217-
CMYK0.1800.080.08
HSL154.29º51.22%83.92%-
HSV(B)154.29º17.87%92.16%-
XYZ64.2375.7676.88-
YUV220.39126.09108.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.92%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 217 (85.16% from 255) = 33.64%
R=29.92%
G=36.43%
B=33.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932352170.1800.080.08154.2951.2283.92
HexC1EBD9120889a3354
Octal301353331220101023263124
Binary11000001111010111101100110010010001000100110101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EBD9; }

 p { color: rgb(193,235,217); }

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

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

 a { background-color: rgb(193,235,217); }

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

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

 span { border-color: rgb(193,235,217); }

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