#C3FCD8

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

Shades of Aero Blue #C3FCD8

Tints of Aero Blue #C3FCD8

Color information

#C3FCD8 (or 0xC3FCD8) is unknown color: approx Aero Blue. HEX triplet: C3, FC and D8. RGB value is (195,252,216). Sum of RGB (Red+Green+Blue) = 195+252+216=663 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.41% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCD8 is #3C0327. Grayscale: #E6E6E6. Windows color (decimal): -3932968 or 14220483. OLE color: 14220483.

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

Color convert

RGB195252216-
CMYK0.2300.140.01
HSL142.11º90.48%87.65%-
HSV(B)142.11º22.62%98.82%-
XYZ69.7186.1877.93-
YUV230.85119.62102.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.41%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 216 (84.77% from 255) = 32.58%
R=29.41%
G=38.01%
B=32.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952522160.2300.140.01142.1190.4887.65
HexC3FCD8170E18e5a58
Octal303374330270161216132130
Binary110000111111110011011000101110111011000111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FCD8; }

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

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

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

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

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

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

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

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