#C8EBDA

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

Shades of Aero Blue #C8EBDA

Tints of Aero Blue #C8EBDA

Color information

#C8EBDA (or 0xC8EBDA) is unknown color: approx Aero Blue. HEX triplet: C8, EB and DA. RGB value is (200,235,218). Sum of RGB (Red+Green+Blue) = 200+235+218=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBDA is #371425. Grayscale: #DEDEDE. Windows color (decimal): -3609638 or 14347208. OLE color: 14347208.

HSL color Cylindrical-coordinate representation of color #C8EBDA: hue angle of 150.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBDA is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB200235218-
CMYK0.1500.070.08
HSL150.86º46.67%85.29%-
HSV(B)150.86º14.89%92.16%-
XYZ66.1876.7677.66-
YUV222.6125.4111.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.63%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=30.63%
G=35.99%
B=33.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002352180.1500.070.08150.8646.6785.29
HexC8EBDAF078972f55
Octal31035333217071022757125
Binary110010001110101111011010111101111000100101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBDA; }

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

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

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

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

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

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

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

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