#C8E1D4

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

Shades of Aero Blue #C8E1D4

Tints of Aero Blue #C8E1D4

Color information

#C8E1D4 (or 0xC8E1D4) is unknown color: approx Aero Blue. HEX triplet: C8, E1 and D4. RGB value is (200,225,212). Sum of RGB (Red+Green+Blue) = 200+225+212=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1D4 is #371E2B. Grayscale: #D8D8D8. Windows color (decimal): -3612204 or 13951432. OLE color: 13951432.

HSL color Cylindrical-coordinate representation of color #C8E1D4: hue angle of 148.8º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8E1D4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB200225212-
CMYK0.1100.060.12
HSL148.8º29.41%83.33%-
HSV(B)148.8º11.11%88.24%-
XYZ62.6370.8872.67-
YUV216.04125.72116.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.40%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=31.40%
G=35.32%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002252120.1100.060.12148.829.4183.33
HexC8E1D4B06C951d53
Octal31034132413061422535123
Binary11001000111000011101010010110110110010010101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E1D4; }

 p { color: rgb(200,225,212); }

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

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

 a { background-color: rgb(200,225,212); }

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

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

 span { border-color: rgb(200,225,212); }

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