#C3F2D8

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

Shades of Aero Blue #C3F2D8

Tints of Aero Blue #C3F2D8

Color information

#C3F2D8 (or 0xC3F2D8) is unknown color: approx Aero Blue. HEX triplet: C3, F2 and D8. RGB value is (195,242,216). Sum of RGB (Red+Green+Blue) = 195+242+216=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2D8 is #3C0D27. Grayscale: #E1E1E1. Windows color (decimal): -3935528 or 14217923. OLE color: 14217923.

HSL color Cylindrical-coordinate representation of color #C3F2D8: hue angle of 146.81º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2D8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB195242216-
CMYK0.1900.110.05
HSL146.81º64.38%85.69%-
HSV(B)146.81º19.42%94.9%-
XYZ66.6580.0676.91-
YUV224.98122.93106.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.86%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=29.86%
G=37.06%
B=33.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952422160.1900.110.05146.8164.3885.69
HexC3F2D8130B5934056
Octal303362330230135223100126
Binary11000011111100101101100010011010111011001001110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2D8; }

 p { color: rgb(195,242,216); }

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

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

 a { background-color: rgb(195,242,216); }

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

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

 span { border-color: rgb(195,242,216); }

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