#CCEEDB

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

Shades of Aero Blue #CCEEDB

Tints of Aero Blue #CCEEDB

Color information

#CCEEDB (or 0xCCEEDB) is unknown color: approx Aero Blue. HEX triplet: CC, EE and DB. RGB value is (204,238,219). Sum of RGB (Red+Green+Blue) = 204+238+219=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDB is #331124. Grayscale: #E1E1E1. Windows color (decimal): -3346725 or 14413516. OLE color: 14413516.

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

Color convert

RGB204238219-
CMYK0.1400.080.07
HSL146.47º50%86.67%-
HSV(B)146.47º14.29%93.33%-
XYZ68.2679.178.69-
YUV225.67124.24112.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 219 (85.94% from 255) = 33.13%
R=30.86%
G=36.01%
B=33.13%

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
Decimal2042382190.1400.080.07146.475086.67
HexCCEEDBE087923257
Octal31435633316010722262127
Binary110011001110111011011011111001000111100100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEDB; }

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

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

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

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

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

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

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

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