#A4D5DC

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

Shades of French Pass #A4D5DC

Tints of French Pass #A4D5DC

Color information

#A4D5DC (or 0xA4D5DC) is unknown color: approx French Pass. HEX triplet: A4, D5 and DC. RGB value is (164,213,220). Sum of RGB (Red+Green+Blue) = 164+213+220=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D5DC is #5B2A23. Grayscale: #C7C7C7. Windows color (decimal): -5974564 or 14472612. OLE color: 14472612.

HSL color Cylindrical-coordinate representation of color #A4D5DC: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4D5DC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164213220-
CMYK0.250.0300.14
HSL187.5º44.44%75.29%-
HSV(B)187.5º25.45%86.27%-
XYZ52.0260.6576.67-
YUV199.15139.77102.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=27.47%
G=35.68%
B=36.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642132200.250.0300.14187.544.4475.29
HexA4D5DC1930Ebc2c4b
Octal24432533431301627454113
Binary101001001101010111011100110011101110101111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D5DC; }

 p { color: rgb(164,213,220); }

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

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

 a { background-color: rgb(164,213,220); }

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

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

 span { border-color: rgb(164,213,220); }

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