#C2EBD4

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

Shades of Aero Blue #C2EBD4

Tints of Aero Blue #C2EBD4

Color information

#C2EBD4 (or 0xC2EBD4) is unknown color: approx Aero Blue. HEX triplet: C2, EB and D4. RGB value is (194,235,212). Sum of RGB (Red+Green+Blue) = 194+235+212=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBD4 is #3D142B. Grayscale: #DCDCDC. Windows color (decimal): -4002860 or 13953986. OLE color: 13953986.

HSL color Cylindrical-coordinate representation of color #C2EBD4: hue angle of 146.34º 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 #C2EBD4 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB194235212-
CMYK0.1700.100.08
HSL146.34º50.62%84.12%-
HSV(B)146.34º17.45%92.16%-
XYZ63.8475.6473.52-
YUV220.12123.42109.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.27%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=30.27%
G=36.66%
B=33.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352120.1700.100.08146.3450.6284.12
HexC2EBD4110A8923354
Octal302353324210121022263124
Binary11000010111010111101010010001010101000100100101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBD4; }

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

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

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

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

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

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

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

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