#C8F8DE

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

Shades of Aero Blue #C8F8DE

Tints of Aero Blue #C8F8DE

Color information

#C8F8DE (or 0xC8F8DE) is unknown color: approx Aero Blue. HEX triplet: C8, F8 and DE. RGB value is (200,248,222). Sum of RGB (Red+Green+Blue) = 200+248+222=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8DE is #370721. Grayscale: #E6E6E6. Windows color (decimal): -3606306 or 14612680. OLE color: 14612680.

HSL color Cylindrical-coordinate representation of color #C8F8DE: hue angle of 147.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8DE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB200248222-
CMYK0.1900.100.03
HSL147.5º77.42%87.84%-
HSV(B)147.5º19.35%97.25%-
XYZ70.5784.6981.73-
YUV230.68123.1106.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.85%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=29.85%
G=37.01%
B=33.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002482220.1900.100.03147.577.4287.84
HexC8F8DE130A3944d58
Octal310370336230123224115130
Binary1100100011111000110111101001101010111001010010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F8DE; }

 p { color: rgb(200,248,222); }

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

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

 a { background-color: rgb(200,248,222); }

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

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

 span { border-color: rgb(200,248,222); }

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