#A1CEE3

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

Shades of French Pass #A1CEE3

Tints of French Pass #A1CEE3

Color information

#A1CEE3 (or 0xA1CEE3) is unknown color: approx French Pass. HEX triplet: A1, CE and E3. RGB value is (161,206,227). Sum of RGB (Red+Green+Blue) = 161+206+227=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #A1CEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEE3 is #5E311C. Grayscale: #C2C2C2. Windows color (decimal): -6172957 or 14929569. OLE color: 14929569.

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

Color convert

RGB161206227-
CMYK0.290.0900.11
HSL199.09º54.1%76.08%-
HSV(B)199.09º29.07%89.02%-
XYZ50.6357.2781.06-
YUV194.94146.09103.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.10%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 227 (89.06% from 255) = 38.22%
R=27.10%
G=34.68%
B=38.22%

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
Decimal1612062270.290.0900.11199.0954.176.08
HexA1CEE31D90Bc7364c
Octal241316343351101330766114
Binary10100001110011101110001111101100101011110001111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEE3; }

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

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

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

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

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

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

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

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