#C3F2D5

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

Shades of Aero Blue #C3F2D5

Tints of Aero Blue #C3F2D5

Color information

#C3F2D5 (or 0xC3F2D5) is unknown color: approx Aero Blue. HEX triplet: C3, F2 and D5. RGB value is (195,242,213). Sum of RGB (Red+Green+Blue) = 195+242+213=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2D5 is #3C0D2A. Grayscale: #E0E0E0. Windows color (decimal): -3935531 or 14021315. OLE color: 14021315.

HSL color Cylindrical-coordinate representation of color #C3F2D5: hue angle of 142.98º 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 #C3F2D5 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB195242213-
CMYK0.1900.120.05
HSL142.98º64.38%85.69%-
HSV(B)142.98º19.42%94.9%-
XYZ66.2779.9174.88-
YUV224.64121.43106.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=30%
G=37.23%
B=32.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952422130.1900.120.05142.9864.3885.69
HexC3F2D5130C58f4056
Octal303362325230145217100126
Binary11000011111100101101010110011011001011000111110000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2D5; }

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

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

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

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

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

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

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

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