#A3CCDD

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

Shades of French Pass #A3CCDD

Tints of French Pass #A3CCDD

Color information

#A3CCDD (or 0xA3CCDD) is unknown color: approx French Pass. HEX triplet: A3, CC and DD. RGB value is (163,204,221). Sum of RGB (Red+Green+Blue) = 163+204+221=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCDD is #5C3322. Grayscale: #C1C1C1. Windows color (decimal): -6042403 or 14535843. OLE color: 14535843.

HSL color Cylindrical-coordinate representation of color #A3CCDD: hue angle of 197.59º 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 #A3CCDD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163204221-
CMYK0.260.0800.13
HSL197.59º46.03%75.29%-
HSV(B)197.59º26.24%86.67%-
XYZ49.7556.1976.63-
YUV193.68143.42106.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=27.72%
G=34.69%
B=37.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632042210.260.0800.13197.5946.0375.29
HexA3CCDD1A80Dc62e4b
Octal243314335321001530656113
Binary10100011110011001101110111010100001101110001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCDD; }

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

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

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

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

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

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

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

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