#C2DFCF

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

Shades of Aero Blue #C2DFCF

Tints of Aero Blue #C2DFCF

Color information

#C2DFCF (or 0xC2DFCF) is unknown color: approx Aero Blue. HEX triplet: C2, DF and CF. RGB value is (194,223,207). Sum of RGB (Red+Green+Blue) = 194+223+207=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCF is #3D2030. Grayscale: #D4D4D4. Windows color (decimal): -4005937 or 13623234. OLE color: 13623234.

HSL color Cylindrical-coordinate representation of color #C2DFCF: hue angle of 146.9º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DFCF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB194223207-
CMYK0.1300.070.13
HSL146.9º31.18%81.76%-
HSV(B)146.9º13%87.45%-
XYZ59.968.7569.14-
YUV212.5124.89114.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.09%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=31.09%
G=35.74%
B=33.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942232070.1300.070.13146.931.1881.76
HexC2DFCFD07D931f52
Octal30233731715071522337122
Binary11000010110111111100111111010111110110010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFCF; }

 p { color: rgb(194,223,207); }

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

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

 a { background-color: rgb(194,223,207); }

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

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

 span { border-color: rgb(194,223,207); }

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