#C4DBD0

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

Shades of Aero Blue #C4DBD0

Tints of Aero Blue #C4DBD0

Color information

#C4DBD0 (or 0xC4DBD0) is unknown color: approx Aero Blue. HEX triplet: C4, DB and D0. RGB value is (196,219,208). Sum of RGB (Red+Green+Blue) = 196+219+208=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBD0 is #3B242F. Grayscale: #D2D2D2. Windows color (decimal): -3875888 or 13687748. OLE color: 13687748.

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

Color convert

RGB196219208-
CMYK0.1100.050.14
HSL151.3º24.21%81.37%-
HSV(B)151.3º10.5%85.88%-
XYZ59.4866.9569.46-
YUV210.87126.38117.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=31.46%
G=35.15%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962192080.1100.050.14151.324.2181.37
HexC4DBD0B05E971851
Octal30433332013051622730121
Binary11000100110110111101000010110101111010010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBD0; }

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

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

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

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

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

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

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

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