#C2D9CE

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

Shades of Aero Blue #C2D9CE

Tints of Aero Blue #C2D9CE

Color information

#C2D9CE (or 0xC2D9CE) is unknown color: approx Aero Blue. HEX triplet: C2, D9 and CE. RGB value is (194,217,206). Sum of RGB (Red+Green+Blue) = 194+217+206=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CE is #3D2631. Grayscale: #D0D0D0. Windows color (decimal): -4007474 or 13556162. OLE color: 13556162.

HSL color Cylindrical-coordinate representation of color #C2D9CE: hue angle of 151.3º degrees, saturation: 0.23, 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 #C2D9CE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB194217206-
CMYK0.1100.050.15
HSL151.3º23.23%80.59%-
HSV(B)151.3º10.6%85.1%-
XYZ58.265.5567.98-
YUV208.87126.38117.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=31.44%
G=35.17%
B=33.39%

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
Decimal1942172060.1100.050.15151.323.2380.59
HexC2D9CEB05F971751
Octal30233131613051722727121
Binary11000010110110011100111010110101111110010111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D9CE; }

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

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

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

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

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

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

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

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