#CCF0DA

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

Shades of Aero Blue #CCF0DA

Tints of Aero Blue #CCF0DA

Color information

#CCF0DA (or 0xCCF0DA) is unknown color: approx Aero Blue. HEX triplet: CC, F0 and DA. RGB value is (204,240,218). Sum of RGB (Red+Green+Blue) = 204+240+218=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DA is #330F25. Grayscale: #E2E2E2. Windows color (decimal): -3346214 or 14348492. OLE color: 14348492.

HSL color Cylindrical-coordinate representation of color #CCF0DA: hue angle of 143.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0DA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB204240218-
CMYK0.1500.090.06
HSL143.33º54.55%87.06%-
HSV(B)143.33º15%94.12%-
XYZ68.7280.2278.19-
YUV226.73123.07111.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=30.82%
G=36.25%
B=32.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402180.1500.090.06143.3354.5587.06
HexCCF0DAF0968f3757
Octal31436033217011621767127
Binary110011001111000011011010111101001110100011111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0DA; }

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

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

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

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

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

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

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

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