#C2FCD9

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

Shades of Aero Blue #C2FCD9

Tints of Aero Blue #C2FCD9

Color information

#C2FCD9 (or 0xC2FCD9) is unknown color: approx Aero Blue. HEX triplet: C2, FC and D9. RGB value is (194,252,217). Sum of RGB (Red+Green+Blue) = 194+252+217=663 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.26% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCD9 is #3D0326. Grayscale: #E6E6E6. Windows color (decimal): -3998503 or 14286018. OLE color: 14286018.

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

Color convert

RGB194252217-
CMYK0.2300.140.01
HSL143.79º90.62%87.45%-
HSV(B)143.79º23.02%98.82%-
XYZ69.5886.178.6-
YUV230.67120.28101.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.26%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 217 (85.16% from 255) = 32.73%
R=29.26%
G=38.01%
B=32.73%

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
Decimal1942522170.2300.140.01143.7990.6287.45
HexC2FCD9170E1905b57
Octal302374331270161220133127
Binary110000101111110011011001101110111011001000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FCD9; }

 p { color: rgb(194,252,217); }

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

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

 a { background-color: rgb(194,252,217); }

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

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

 span { border-color: rgb(194,252,217); }

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