#C3FCDE

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

Shades of Aero Blue #C3FCDE

Tints of Aero Blue #C3FCDE

Color information

#C3FCDE (or 0xC3FCDE) is unknown color: approx Aero Blue. HEX triplet: C3, FC and DE. RGB value is (195,252,222). Sum of RGB (Red+Green+Blue) = 195+252+222=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCDE is #3C0321. Grayscale: #E7E7E7. Windows color (decimal): -3932962 or 14613699. OLE color: 14613699.

HSL color Cylindrical-coordinate representation of color #C3FCDE: hue angle of 148.42º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FCDE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB195252222-
CMYK0.2300.120.01
HSL148.42º90.48%87.65%-
HSV(B)148.42º22.62%98.82%-
XYZ70.586.582.09-
YUV231.54122.62101.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.15%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=29.15%
G=37.67%
B=33.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952522220.2300.120.01148.4290.4887.65
HexC3FCDE170C1945a58
Octal303374336270141224132130
Binary110000111111110011011110101110110011001010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FCDE; }

 p { color: rgb(195,252,222); }

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

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

 a { background-color: rgb(195,252,222); }

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

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

 span { border-color: rgb(195,252,222); }

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