#C2DACF

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

Shades of Aero Blue #C2DACF

Tints of Aero Blue #C2DACF

Color information

#C2DACF (or 0xC2DACF) is unknown color: approx Aero Blue. HEX triplet: C2, DA and CF. RGB value is (194,218,207). Sum of RGB (Red+Green+Blue) = 194+218+207=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACF is #3D2530. Grayscale: #D1D1D1. Windows color (decimal): -4007217 or 13621954. OLE color: 13621954.

HSL color Cylindrical-coordinate representation of color #C2DACF: hue angle of 152.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DACF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB194218207-
CMYK0.1100.050.15
HSL152.5º24.49%80.78%-
HSV(B)152.5º11.01%85.49%-
XYZ58.5866.1268.71-
YUV209.57126.55116.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=31.34%
G=35.22%
B=33.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942182070.1100.050.15152.524.4980.78
HexC2DACFB05F981851
Octal30233231713051723030121
Binary11000010110110101100111110110101111110011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DACF; }

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

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

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

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

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

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

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

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