#A4CCDD

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

Shades of French Pass #A4CCDD

Tints of French Pass #A4CCDD

Color information

#A4CCDD (or 0xA4CCDD) is unknown color: approx French Pass. HEX triplet: A4, CC and DD. RGB value is (164,204,221). Sum of RGB (Red+Green+Blue) = 164+204+221=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 204 (80.08% from 255 or 34.63% 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 #A4CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCDD is #5B3322. Grayscale: #C1C1C1. Windows color (decimal): -5976867 or 14535844. OLE color: 14535844.

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

Color convert

RGB164204221-
CMYK0.260.0800.13
HSL197.89º45.6%75.49%-
HSV(B)197.89º25.79%86.67%-
XYZ49.9556.376.64-
YUV193.98143.25106.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.84%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=27.84%
G=34.63%
B=37.52%

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
Decimal1642042210.260.0800.13197.8945.675.49
HexA4CCDD1A80Dc62e4b
Octal244314335321001530656113
Binary10100100110011001101110111010100001101110001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCDD; }

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

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

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

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

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

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

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

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