#C8DFD4

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

Shades of Aero Blue #C8DFD4

Tints of Aero Blue #C8DFD4

Color information

#C8DFD4 (or 0xC8DFD4) is unknown color: approx Aero Blue. HEX triplet: C8, DF and D4. RGB value is (200,223,212). Sum of RGB (Red+Green+Blue) = 200+223+212=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFD4 is #37202B. Grayscale: #D6D6D6. Windows color (decimal): -3612716 or 13950920. OLE color: 13950920.

HSL color Cylindrical-coordinate representation of color #C8DFD4: hue angle of 151.3º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFD4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB200223212-
CMYK0.1000.050.13
HSL151.3º26.44%82.94%-
HSV(B)151.3º10.31%87.45%-
XYZ62.0969.8172.49-
YUV214.87126.38117.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.50%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=31.50%
G=35.12%
B=33.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002232120.1000.050.13151.326.4482.94
HexC8DFD4A05D971a53
Octal31033732412051522732123
Binary11001000110111111101010010100101110110010111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFD4; }

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

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

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

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

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

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

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

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