#A3CDDD

Color #A3CDDD French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A3CDDD

Tints of French Pass #A3CDDD

Color information

#A3CDDD (or 0xA3CDDD) is unknown color: approx French Pass. HEX triplet: A3, CD and DD. RGB value is (163,205,221). Sum of RGB (Red+Green+Blue) = 163+205+221=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDD is #5C3222. Grayscale: #C2C2C2. Windows color (decimal): -6042147 or 14536099. OLE color: 14536099.

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

Color convert

RGB163205221-
CMYK0.260.0700.13
HSL196.55º46.03%75.29%-
HSV(B)196.55º26.24%86.67%-
XYZ49.9956.6776.71-
YUV194.27143.09105.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.67%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=27.67%
G=34.80%
B=37.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632052210.260.0700.13196.5546.0375.29
HexA3CDDD1A70Dc52e4b
Octal24331533532701530556113
Binary1010001111001101110111011101011101101110001011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDDD; }

 p { color: rgb(163,205,221); }

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

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

 a { background-color: rgb(163,205,221); }

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

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

 span { border-color: rgb(163,205,221); }

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