#C8F4DC

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

Shades of Aero Blue #C8F4DC

Tints of Aero Blue #C8F4DC

Color information

#C8F4DC (or 0xC8F4DC) is unknown color: approx Aero Blue. HEX triplet: C8, F4 and DC. RGB value is (200,244,220). Sum of RGB (Red+Green+Blue) = 200+244+220=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 244 (95.70% from 255 or 36.75% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4DC is #370B23. Grayscale: #E4E4E4. Windows color (decimal): -3607332 or 14480584. OLE color: 14480584.

HSL color Cylindrical-coordinate representation of color #C8F4DC: hue angle of 147.27º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4DC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB200244220-
CMYK0.1800.100.04
HSL147.27º66.67%87.06%-
HSV(B)147.27º18.03%95.69%-
XYZ69.0982.1579.92-
YUV228.11123.42107.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 244 (95.70% from 255) = 36.75%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=30.12%
G=36.75%
B=33.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2002442200.1800.100.04147.2766.6787.06
HexC8F4DC120A4934357
Octal310364334220124223103127
Binary11001000111101001101110010010010101001001001110000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F4DC; }

 p { color: rgb(200,244,220); }

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

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

 a { background-color: rgb(200,244,220); }

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

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

 span { border-color: rgb(200,244,220); }

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