#C8EDDB

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

Shades of Aero Blue #C8EDDB

Tints of Aero Blue #C8EDDB

Color information

#C8EDDB (or 0xC8EDDB) is unknown color: approx Aero Blue. HEX triplet: C8, ED and DB. RGB value is (200,237,219). Sum of RGB (Red+Green+Blue) = 200+237+219=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDDB is #371224. Grayscale: #DFDFDF. Windows color (decimal): -3609125 or 14413256. OLE color: 14413256.

HSL color Cylindrical-coordinate representation of color #C8EDDB: hue angle of 150.81º 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 #C8EDDB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB200237219-
CMYK0.1600.080.07
HSL150.81º50.68%85.69%-
HSV(B)150.81º15.61%92.94%-
XYZ66.8977.9678.54-
YUV223.88125.24110.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=30.49%
G=36.13%
B=33.38%

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
Decimal2002372190.1600.080.07150.8150.6885.69
HexC8EDDB10087973356
Octal31035533320010722763126
Binary1100100011101101110110111000001000111100101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDDB; }

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

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

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

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

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

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

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

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