#C1E6D5

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

Shades of Aero Blue #C1E6D5

Tints of Aero Blue #C1E6D5

Color information

#C1E6D5 (or 0xC1E6D5) is unknown color: approx Aero Blue. HEX triplet: C1, E6 and D5. RGB value is (193,230,213). Sum of RGB (Red+Green+Blue) = 193+230+213=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E6D5 is #3E192A. Grayscale: #D9D9D9. Windows color (decimal): -4069675 or 14018241. OLE color: 14018241.

HSL color Cylindrical-coordinate representation of color #C1E6D5: hue angle of 152.43º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E6D5 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB193230213-
CMYK0.1600.070.10
HSL152.43º42.53%82.94%-
HSV(B)152.43º16.09%90.2%-
XYZ62.372.7473.71-
YUV217125.74110.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.35%
GREEN value IS 230 (90.23% from 255) = 36.16%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=30.35%
G=36.16%
B=33.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1932302130.1600.070.10152.4342.5382.94
HexC1E6D51007A982b53
Octal30134632520071223053123
Binary1100000111100110110101011000001111010100110001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E6D5; }

 p { color: rgb(193,230,213); }

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

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

 a { background-color: rgb(193,230,213); }

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

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

 span { border-color: rgb(193,230,213); }

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