#A1CEE2

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

Shades of French Pass #A1CEE2

Tints of French Pass #A1CEE2

Color information

#A1CEE2 (or 0xA1CEE2) is unknown color: approx French Pass. HEX triplet: A1, CE and E2. RGB value is (161,206,226). Sum of RGB (Red+Green+Blue) = 161+206+226=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1CEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEE2 is #5E311D. Grayscale: #C2C2C2. Windows color (decimal): -6172958 or 14864033. OLE color: 14864033.

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

Color convert

RGB161206226-
CMYK0.290.0900.11
HSL198.46º52.85%75.88%-
HSV(B)198.46º28.76%88.63%-
XYZ50.557.2180.33-
YUV194.82145.59103.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 226 (88.67% from 255) = 38.11%
R=27.15%
G=34.74%
B=38.11%

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
Decimal1612062260.290.0900.11198.4652.8575.88
HexA1CEE21D90Bc6354c
Octal241316342351101330665114
Binary10100001110011101110001011101100101011110001101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEE2; }

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

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

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

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

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

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

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

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