#C7D6CE

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

Shades of Aero Blue #C7D6CE

Tints of Aero Blue #C7D6CE

Color information

#C7D6CE (or 0xC7D6CE) is unknown color: approx Aero Blue. HEX triplet: C7, D6 and CE. RGB value is (199,214,206). Sum of RGB (Red+Green+Blue) = 199+214+206=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6CE is #382931. Grayscale: #D0D0D0. Windows color (decimal): -3680562 or 13555399. OLE color: 13555399.

HSL color Cylindrical-coordinate representation of color #C7D6CE: hue angle of 148º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D6CE is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB199214206-
CMYK0.0700.040.16
HSL148º15.46%80.98%-
HSV(B)148º7.01%83.92%-
XYZ58.7464.6967.78-
YUV208.6126.53121.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.15%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=32.15%
G=34.57%
B=33.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992142060.0700.040.1614815.4680.98
HexC7D6CE7041094f51
Octal3073263167042022417121
Binary1100011111010110110011101110100100001001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6CE; }

 p { color: rgb(199,214,206); }

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

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

 a { background-color: rgb(199,214,206); }

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

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

 span { border-color: rgb(199,214,206); }

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