#C7EBDA

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

Shades of Aero Blue #C7EBDA

Tints of Aero Blue #C7EBDA

Color information

#C7EBDA (or 0xC7EBDA) is unknown color: approx Aero Blue. HEX triplet: C7, EB and DA. RGB value is (199,235,218). Sum of RGB (Red+Green+Blue) = 199+235+218=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EBDA is #381425. Grayscale: #DEDEDE. Windows color (decimal): -3675174 or 14347207. OLE color: 14347207.

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

Color convert

RGB199235218-
CMYK0.1500.070.08
HSL151.67º47.37%85.1%-
HSV(B)151.67º15.32%92.16%-
XYZ65.9276.6277.64-
YUV222.3125.57111.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=30.52%
G=36.04%
B=33.44%

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
Decimal1992352180.1500.070.08151.6747.3785.1
HexC7EBDAF078982f55
Octal30735333217071023057125
Binary110001111110101111011010111101111000100110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBDA; }

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

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

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

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

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

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

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

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