#A4CDDF

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

Shades of French Pass #A4CDDF

Tints of French Pass #A4CDDF

Color information

#A4CDDF (or 0xA4CDDF) is unknown color: approx French Pass. HEX triplet: A4, CD and DF. RGB value is (164,205,223). Sum of RGB (Red+Green+Blue) = 164+205+223=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDDF is #5B3220. Grayscale: #C2C2C2. Windows color (decimal): -5976609 or 14667172. OLE color: 14667172.

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

Color convert

RGB164205223-
CMYK0.260.0800.13
HSL198.31º47.97%75.88%-
HSV(B)198.31º26.46%87.45%-
XYZ50.4656.8878.13-
YUV194.79143.92106.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.70%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=27.70%
G=34.63%
B=37.67%

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
Decimal1642052230.260.0800.13198.3147.9775.88
HexA4CDDF1A80Dc6304c
Octal244315337321001530660114
Binary10100100110011011101111111010100001101110001101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDDF; }

 p { color: rgb(164,205,223); }

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

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

 a { background-color: rgb(164,205,223); }

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

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

 span { border-color: rgb(164,205,223); }

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