#CCEEDA

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

Shades of Aero Blue #CCEEDA

Tints of Aero Blue #CCEEDA

Color information

#CCEEDA (or 0xCCEEDA) is unknown color: approx Aero Blue. HEX triplet: CC, EE and DA. RGB value is (204,238,218). Sum of RGB (Red+Green+Blue) = 204+238+218=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDA is #331125. Grayscale: #E1E1E1. Windows color (decimal): -3346726 or 14347980. OLE color: 14347980.

HSL color Cylindrical-coordinate representation of color #CCEEDA: hue angle of 144.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEDA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB204238218-
CMYK0.1400.080.07
HSL144.71º50%86.67%-
HSV(B)144.71º14.29%93.33%-
XYZ68.1379.0578-
YUV225.55123.74112.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=30.91%
G=36.06%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382180.1400.080.07144.715086.67
HexCCEEDAE087913257
Octal31435633216010722162127
Binary110011001110111011011010111001000111100100011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEDA; }

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

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

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

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

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

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

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

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