#A1C4FF

Color #A1C4FF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A1C4FF

Tints of Pale Cornflower Blue #A1C4FF

Color information

#A1C4FF (or 0xA1C4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C4 and FF. RGB value is (161,196,255). Sum of RGB (Red+Green+Blue) = 161+196+255=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4FF is #5E3B00. Grayscale: #BFBFBF. Windows color (decimal): -6175489 or 16762017. OLE color: 16762017.

HSL color Cylindrical-coordinate representation of color #A1C4FF: hue angle of 217.66º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C4FF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161196255-
CMYK0.370.2300
HSL217.66º100%81.57%-
HSV(B)217.66º36.86%100%-
XYZ52.4954.28102.32-
YUV192.26163.4105.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.31%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 255 (100% from 255) = 41.67%
R=26.31%
G=32.03%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611962550.370.2300217.6610081.57
HexA1C4FF251700da6452
Octal241304377452700332144122
Binary10100001110001001111111110010110111001101101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4FF; }

 p { color: rgb(161,196,255); }

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

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

 a { background-color: rgb(161,196,255); }

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

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

 span { border-color: rgb(161,196,255); }

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