#C8EEDB

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

Shades of Aero Blue #C8EEDB

Tints of Aero Blue #C8EEDB

Color information

#C8EEDB (or 0xC8EEDB) is unknown color: approx Aero Blue. HEX triplet: C8, EE and DB. RGB value is (200,238,219). Sum of RGB (Red+Green+Blue) = 200+238+219=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEDB is #371124. Grayscale: #E0E0E0. Windows color (decimal): -3608869 or 14413512. OLE color: 14413512.

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

Color convert

RGB200238219-
CMYK0.1600.080.07
HSL150º52.78%85.88%-
HSV(B)150º15.97%93.33%-
XYZ67.1878.5478.64-
YUV224.47124.91110.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.44%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=30.44%
G=36.23%
B=33.33%

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
Decimal2002382190.1600.080.0715052.7885.88
HexC8EEDB10087963556
Octal31035633320010722665126
Binary1100100011101110110110111000001000111100101101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EEDB; }

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

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

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

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

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

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

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

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