#A1CFDF

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

Shades of French Pass #A1CFDF

Tints of French Pass #A1CFDF

Color information

#A1CFDF (or 0xA1CFDF) is unknown color: approx French Pass. HEX triplet: A1, CF and DF. RGB value is (161,207,223). Sum of RGB (Red+Green+Blue) = 161+207+223=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFDF is #5E3020. Grayscale: #C2C2C2. Windows color (decimal): -6172705 or 14667681. OLE color: 14667681.

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

Color convert

RGB161207223-
CMYK0.280.0700.13
HSL195.48º49.21%75.29%-
HSV(B)195.48º27.8%87.45%-
XYZ50.3357.5378.26-
YUV195.07143.76103.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=27.24%
G=35.03%
B=37.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612072230.280.0700.13195.4849.2175.29
HexA1CFDF1C70Dc3314b
Octal24131733734701530361113
Binary1010000111001111110111111110011101101110000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFDF; }

 p { color: rgb(161,207,223); }

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

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

 a { background-color: rgb(161,207,223); }

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

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

 span { border-color: rgb(161,207,223); }

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