#C8F8DA

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

Shades of Aero Blue #C8F8DA

Tints of Aero Blue #C8F8DA

Color information

#C8F8DA (or 0xC8F8DA) is unknown color: approx Aero Blue. HEX triplet: C8, F8 and DA. RGB value is (200,248,218). Sum of RGB (Red+Green+Blue) = 200+248+218=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F8DA is #370725. Grayscale: #E6E6E6. Windows color (decimal): -3606310 or 14350536. OLE color: 14350536.

HSL color Cylindrical-coordinate representation of color #C8F8DA: hue angle of 142.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 #C8F8DA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB200248218-
CMYK0.1900.120.03
HSL142.5º77.42%87.84%-
HSV(B)142.5º19.35%97.25%-
XYZ70.0484.4878.94-
YUV230.23121.1106.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=30.03%
G=37.24%
B=32.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2002482180.1900.120.03142.577.4287.84
HexC8F8DA130C38e4d58
Octal310370332230143216115130
Binary1100100011111000110110101001101100111000111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F8DA; }

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

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

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

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

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

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

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

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