#C2EBD2

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

Shades of Aero Blue #C2EBD2

Tints of Aero Blue #C2EBD2

Color information

#C2EBD2 (or 0xC2EBD2) is unknown color: approx Aero Blue. HEX triplet: C2, EB and D2. RGB value is (194,235,210). Sum of RGB (Red+Green+Blue) = 194+235+210=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBD2 is #3D142D. Grayscale: #DBDBDB. Windows color (decimal): -4002862 or 13822914. OLE color: 13822914.

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

Color convert

RGB194235210-
CMYK0.1700.110.08
HSL143.41º50.62%84.12%-
HSV(B)143.41º17.45%92.16%-
XYZ63.5975.5472.2-
YUV219.89122.42109.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.36%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=30.36%
G=36.78%
B=32.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352100.1700.110.08143.4150.6284.12
HexC2EBD2110B88f3354
Octal302353322210131021763124
Binary11000010111010111101001010001010111000100011111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBD2; }

 p { color: rgb(194,235,210); }

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

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

 a { background-color: rgb(194,235,210); }

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

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

 span { border-color: rgb(194,235,210); }

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