#C3E3D0

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

Shades of Aero Blue #C3E3D0

Tints of Aero Blue #C3E3D0

Color information

#C3E3D0 (or 0xC3E3D0) is unknown color: approx Aero Blue. HEX triplet: C3, E3 and D0. RGB value is (195,227,208). Sum of RGB (Red+Green+Blue) = 195+227+208=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E3D0 is #3C1C2F. Grayscale: #D7D7D7. Windows color (decimal): -3939376 or 13689795. OLE color: 13689795.

HSL color Cylindrical-coordinate representation of color #C3E3D0: hue angle of 144.38º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E3D0 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB195227208-
CMYK0.1400.080.11
HSL144.38º36.36%82.75%-
HSV(B)144.38º14.1%89.02%-
XYZ61.3671.0970.16-
YUV215.27123.9113.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.95%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=30.95%
G=36.03%
B=33.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952272080.1400.080.11144.3836.3682.75
HexC3E3D0E08B902453
Octal303343320160101322044123
Binary1100001111100011110100001110010001011100100001001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E3D0; }

 p { color: rgb(195,227,208); }

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

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

 a { background-color: rgb(195,227,208); }

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

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

 span { border-color: rgb(195,227,208); }

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