#C2FFDD

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

Shades of Aero Blue #C2FFDD

Tints of Aero Blue #C2FFDD

Color information

#C2FFDD (or 0xC2FFDD) is unknown color: approx Aero Blue. HEX triplet: C2, FF and DD. RGB value is (194,255,221). Sum of RGB (Red+Green+Blue) = 194+255+221=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFDD is #3D0022. Grayscale: #E8E8E8. Windows color (decimal): -3997731 or 14548930. OLE color: 14548930.

HSL color Cylindrical-coordinate representation of color #C2FFDD: hue angle of 146.56º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB194255221-
CMYK0.2400.130
HSL146.56º100%88.04%-
HSV(B)146.56º23.92%100%-
XYZ71.0688.2181.69-
YUV232.88121.29100.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.96%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=28.96%
G=38.06%
B=32.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552210.2400.130146.5610088.04
HexC2FFDD180D0936458
Octal302377335300150223144130
Binary110000101111111111011101110000110101001001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFDD; }

 p { color: rgb(194,255,221); }

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

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

 a { background-color: rgb(194,255,221); }

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

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

 span { border-color: rgb(194,255,221); }

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