#A1CFE2

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

Shades of French Pass #A1CFE2

Tints of French Pass #A1CFE2

Color information

#A1CFE2 (or 0xA1CFE2) is unknown color: approx French Pass. HEX triplet: A1, CF and E2. RGB value is (161,207,226). Sum of RGB (Red+Green+Blue) = 161+207+226=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1CFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFE2 is #5E301D. Grayscale: #C3C3C3. Windows color (decimal): -6172702 or 14864289. OLE color: 14864289.

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

Color convert

RGB161207226-
CMYK0.290.0800.11
HSL197.54º52.85%75.88%-
HSV(B)197.54º28.76%88.63%-
XYZ50.7457.6980.41-
YUV195.41145.26103.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.10%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 226 (88.67% from 255) = 38.05%
R=27.10%
G=34.85%
B=38.05%

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
Decimal1612072260.290.0800.11197.5452.8575.88
HexA1CFE21D80Bc6354c
Octal241317342351001330665114
Binary10100001110011111110001011101100001011110001101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFE2; }

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

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

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

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

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

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

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

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