#C4DECF

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

Shades of Aero Blue #C4DECF

Tints of Aero Blue #C4DECF

Color information

#C4DECF (or 0xC4DECF) is unknown color: approx Aero Blue. HEX triplet: C4, DE and CF. RGB value is (196,222,207). Sum of RGB (Red+Green+Blue) = 196+222+207=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DECF is #3B2130. Grayscale: #D4D4D4. Windows color (decimal): -3875121 or 13622980. OLE color: 13622980.

HSL color Cylindrical-coordinate representation of color #C4DECF: hue angle of 145.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DECF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB196222207-
CMYK0.1200.070.13
HSL145.38º28.26%81.96%-
HSV(B)145.38º11.71%87.06%-
XYZ60.1568.4869.08-
YUV212.52124.89116.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=31.36%
G=35.52%
B=33.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962222070.1200.070.13145.3828.2681.96
HexC4DECFC07D911c52
Octal30433631714071522134122
Binary11000100110111101100111111000111110110010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DECF; }

 p { color: rgb(196,222,207); }

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

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

 a { background-color: rgb(196,222,207); }

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

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

 span { border-color: rgb(196,222,207); }

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