#C4DBCE

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

Shades of Aero Blue #C4DBCE

Tints of Aero Blue #C4DBCE

Color information

#C4DBCE (or 0xC4DBCE) is unknown color: approx Aero Blue. HEX triplet: C4, DB and CE. RGB value is (196,219,206). Sum of RGB (Red+Green+Blue) = 196+219+206=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBCE is #3B2431. Grayscale: #D2D2D2. Windows color (decimal): -3875890 or 13556676. OLE color: 13556676.

HSL color Cylindrical-coordinate representation of color #C4DBCE: hue angle of 146.09º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DBCE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB196219206-
CMYK0.1100.060.14
HSL146.09º24.21%81.37%-
HSV(B)146.09º10.5%85.88%-
XYZ59.2466.8668.17-
YUV210.64125.38117.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=31.56%
G=35.27%
B=33.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192060.1100.060.14146.0924.2181.37
HexC4DBCEB06E921851
Octal30433331613061622230121
Binary11000100110110111100111010110110111010010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBCE; }

 p { color: rgb(196,219,206); }

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

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

 a { background-color: rgb(196,219,206); }

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

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

 span { border-color: rgb(196,219,206); }

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