#C3DACE

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

Shades of Aero Blue #C3DACE

Tints of Aero Blue #C3DACE

Color information

#C3DACE (or 0xC3DACE) is unknown color: approx Aero Blue. HEX triplet: C3, DA and CE. RGB value is (195,218,206). Sum of RGB (Red+Green+Blue) = 195+218+206=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DACE is #3C2531. Grayscale: #D1D1D1. Windows color (decimal): -3941682 or 13556419. OLE color: 13556419.

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

Color convert

RGB195218206-
CMYK0.1100.060.15
HSL148.7º23.71%80.98%-
HSV(B)148.7º10.55%85.49%-
XYZ58.7266.268.08-
YUV209.76125.88117.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=31.50%
G=35.22%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952182060.1100.060.15148.723.7180.98
HexC3DACEB06F951851
Octal30333231613061722530121
Binary11000011110110101100111010110110111110010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DACE; }

 p { color: rgb(195,218,206); }

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

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

 a { background-color: rgb(195,218,206); }

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

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

 span { border-color: rgb(195,218,206); }

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