#A1D0E3

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

Shades of French Pass #A1D0E3

Tints of French Pass #A1D0E3

Color information

#A1D0E3 (or 0xA1D0E3) is unknown color: approx French Pass. HEX triplet: A1, D0 and E3. RGB value is (161,208,227). Sum of RGB (Red+Green+Blue) = 161+208+227=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #A1D0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0E3 is #5E2F1C. Grayscale: #C3C3C3. Windows color (decimal): -6172445 or 14930081. OLE color: 14930081.

HSL color Cylindrical-coordinate representation of color #A1D0E3: hue angle of 197.27º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D0E3 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161208227-
CMYK0.290.0800.11
HSL197.27º54.1%76.08%-
HSV(B)197.27º29.07%89.02%-
XYZ51.1258.2381.22-
YUV196.11145.43102.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.01%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 227 (89.06% from 255) = 38.09%
R=27.01%
G=34.90%
B=38.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612082270.290.0800.11197.2754.176.08
HexA1D0E31D80Bc5364c
Octal241320343351001330566114
Binary10100001110100001110001111101100001011110001011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0E3; }

 p { color: rgb(161,208,227); }

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

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

 a { background-color: rgb(161,208,227); }

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

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

 span { border-color: rgb(161,208,227); }

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