#C3FDD8

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

Shades of Aero Blue #C3FDD8

Tints of Aero Blue #C3FDD8

Color information

#C3FDD8 (or 0xC3FDD8) is unknown color: approx Aero Blue. HEX triplet: C3, FD and D8. RGB value is (195,253,216). Sum of RGB (Red+Green+Blue) = 195+253+216=664 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.37% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FDD8 is #3C0227. Grayscale: #E7E7E7. Windows color (decimal): -3932712 or 14220739. OLE color: 14220739.

HSL color Cylindrical-coordinate representation of color #C3FDD8: hue angle of 141.72º degrees, saturation: 0.94, 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 #C3FDD8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB195253216-
CMYK0.2300.150.01
HSL141.72º93.55%87.84%-
HSV(B)141.72º22.92%99.22%-
XYZ70.0386.8178.03-
YUV231.44119.28102.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.37%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=29.37%
G=38.10%
B=32.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952532160.2300.150.01141.7293.5587.84
HexC3FDD8170F18e5e58
Octal303375330270171216136130
Binary110000111111110111011000101110111111000111010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDD8; }

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

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

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

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

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

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

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

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