#C8EDDA

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

Shades of Aero Blue #C8EDDA

Tints of Aero Blue #C8EDDA

Color information

#C8EDDA (or 0xC8EDDA) is unknown color: approx Aero Blue. HEX triplet: C8, ED and DA. RGB value is (200,237,218). Sum of RGB (Red+Green+Blue) = 200+237+218=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDA is #371225. Grayscale: #DFDFDF. Windows color (decimal): -3609126 or 14347720. OLE color: 14347720.

HSL color Cylindrical-coordinate representation of color #C8EDDA: hue angle of 149.19º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDDA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB200237218-
CMYK0.1600.080.07
HSL149.19º50.68%85.69%-
HSV(B)149.19º15.61%92.94%-
XYZ66.7677.9177.85-
YUV223.77124.74111.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=30.53%
G=36.18%
B=33.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372180.1600.080.07149.1950.6885.69
HexC8EDDA10087953356
Octal31035533220010722563126
Binary1100100011101101110110101000001000111100101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDDA; }

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

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

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

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

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

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

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

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