#C8E1D2

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

Shades of Aero Blue #C8E1D2

Tints of Aero Blue #C8E1D2

Color information

#C8E1D2 (or 0xC8E1D2) is unknown color: approx Aero Blue. HEX triplet: C8, E1 and D2. RGB value is (200,225,210). Sum of RGB (Red+Green+Blue) = 200+225+210=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1D2 is #371E2D. Grayscale: #D7D7D7. Windows color (decimal): -3612206 or 13820360. OLE color: 13820360.

HSL color Cylindrical-coordinate representation of color #C8E1D2: hue angle of 144º 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 #C8E1D2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB200225210-
CMYK0.1100.070.12
HSL144º29.41%83.33%-
HSV(B)144º11.11%88.24%-
XYZ62.3870.7871.35-
YUV215.82124.72116.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.50%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=31.50%
G=35.43%
B=33.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002252100.1100.070.1214429.4183.33
HexC8E1D2B07C901d53
Octal31034132213071422035123
Binary11001000111000011101001010110111110010010000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E1D2; }

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

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

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

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

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

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

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

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