#C3E3D6

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

Shades of Aero Blue #C3E3D6

Tints of Aero Blue #C3E3D6

Color information

#C3E3D6 (or 0xC3E3D6) is unknown color: approx Aero Blue. HEX triplet: C3, E3 and D6. RGB value is (195,227,214). Sum of RGB (Red+Green+Blue) = 195+227+214=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E3D6 is #3C1C29. Grayscale: #D7D7D7. Windows color (decimal): -3939370 or 14083011. OLE color: 14083011.

HSL color Cylindrical-coordinate representation of color #C3E3D6: hue angle of 155.62º 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 #C3E3D6 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB195227214-
CMYK0.1400.060.11
HSL155.62º36.36%82.75%-
HSV(B)155.62º14.1%89.02%-
XYZ62.1171.474.13-
YUV215.95126.9113.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=30.66%
G=35.69%
B=33.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952272140.1400.060.11155.6236.3682.75
HexC3E3D6E06B9c2453
Octal30334332616061323444123
Binary110000111110001111010110111001101011100111001001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E3D6; }

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

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

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

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

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

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

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

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