#A1CADF

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

Shades of French Pass #A1CADF

Tints of French Pass #A1CADF

Color information

#A1CADF (or 0xA1CADF) is unknown color: approx French Pass. HEX triplet: A1, CA and DF. RGB value is (161,202,223). Sum of RGB (Red+Green+Blue) = 161+202+223=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CADF is #5E3520. Grayscale: #C0C0C0. Windows color (decimal): -6173985 or 14666401. OLE color: 14666401.

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

Color convert

RGB161202223-
CMYK0.280.0900.13
HSL200.32º49.21%75.29%-
HSV(B)200.32º27.8%87.45%-
XYZ49.1455.1577.87-
YUV192.14145.42105.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=27.47%
G=34.47%
B=38.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612022230.280.0900.13200.3249.2175.29
HexA1CADF1C90Dc8314b
Octal241312337341101531061113
Binary10100001110010101101111111100100101101110010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CADF; }

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

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

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

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

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

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

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

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