#A1CDE2

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

Shades of French Pass #A1CDE2

Tints of French Pass #A1CDE2

Color information

#A1CDE2 (or 0xA1CDE2) is unknown color: approx French Pass. HEX triplet: A1, CD and E2. RGB value is (161,205,226). Sum of RGB (Red+Green+Blue) = 161+205+226=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1CDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDE2 is #5E321D. Grayscale: #C2C2C2. Windows color (decimal): -6173214 or 14863777. OLE color: 14863777.

HSL color Cylindrical-coordinate representation of color #A1CDE2: hue angle of 199.38º degrees, saturation: 0.53, 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 #A1CDE2 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161205226-
CMYK0.290.0900.11
HSL199.38º52.85%75.88%-
HSV(B)199.38º28.76%88.63%-
XYZ50.2656.7380.25-
YUV194.24145.92104.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.20%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 226 (88.67% from 255) = 38.18%
R=27.20%
G=34.63%
B=38.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612052260.290.0900.11199.3852.8575.88
HexA1CDE21D90Bc7354c
Octal241315342351101330765114
Binary10100001110011011110001011101100101011110001111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDE2; }

 p { color: rgb(161,205,226); }

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

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

 a { background-color: rgb(161,205,226); }

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

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

 span { border-color: rgb(161,205,226); }

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