#C3DACD

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

Shades of Aero Blue #C3DACD

Tints of Aero Blue #C3DACD

Color information

#C3DACD (or 0xC3DACD) is unknown color: approx Aero Blue. HEX triplet: C3, DA and CD. RGB value is (195,218,205). Sum of RGB (Red+Green+Blue) = 195+218+205=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DACD is #3C2532. Grayscale: #D1D1D1. Windows color (decimal): -3941683 or 13490883. OLE color: 13490883.

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

Color convert

RGB195218205-
CMYK0.1100.060.15
HSL146.09º23.71%80.98%-
HSV(B)146.09º10.55%85.49%-
XYZ58.666.1567.44-
YUV209.64125.38117.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=31.55%
G=35.28%
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.15
SystemRedGreenBlueCMYKHSL
Decimal1952182050.1100.060.15146.0923.7180.98
HexC3DACDB06F921851
Octal30333231513061722230121
Binary11000011110110101100110110110110111110010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DACD; }

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

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

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

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

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

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

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

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