#CCEBDA

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

Shades of Aero Blue #CCEBDA

Tints of Aero Blue #CCEBDA

Color information

#CCEBDA (or 0xCCEBDA) is unknown color: approx Aero Blue. HEX triplet: CC, EB and DA. RGB value is (204,235,218). Sum of RGB (Red+Green+Blue) = 204+235+218=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDA is #331425. Grayscale: #DFDFDF. Windows color (decimal): -3347494 or 14347212. OLE color: 14347212.

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

Color convert

RGB204235218-
CMYK0.1300.070.08
HSL147.1º43.66%86.08%-
HSV(B)147.1º13.19%92.16%-
XYZ67.2777.3277.71-
YUV223.79124.73113.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=31.05%
G=35.77%
B=33.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352180.1300.070.08147.143.6686.08
HexCCEBDAD078932c56
Octal31435333215071022354126
Binary110011001110101111011010110101111000100100111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBDA; }

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

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

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

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

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

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

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

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