#C4EBD4

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

Shades of Aero Blue #C4EBD4

Tints of Aero Blue #C4EBD4

Color information

#C4EBD4 (or 0xC4EBD4) is unknown color: approx Aero Blue. HEX triplet: C4, EB and D4. RGB value is (196,235,212). Sum of RGB (Red+Green+Blue) = 196+235+212=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #C4EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EBD4 is #3B142B. Grayscale: #DCDCDC. Windows color (decimal): -3871788 or 13953988. OLE color: 13953988.

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

Color convert

RGB196235212-
CMYK0.1700.100.08
HSL144.62º49.37%84.51%-
HSV(B)144.62º16.6%92.16%-
XYZ64.3675.9173.55-
YUV220.72123.08110.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.48%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 212 (83.20% from 255) = 32.97%
R=30.48%
G=36.55%
B=32.97%

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
Decimal1962352120.1700.100.08144.6249.3784.51
HexC4EBD4110A8913155
Octal304353324210121022161125
Binary11000100111010111101010010001010101000100100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EBD4; }

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

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

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

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

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

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

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

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