#A1C0FF

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

Shades of Pale Cornflower Blue #A1C0FF

Tints of Pale Cornflower Blue #A1C0FF

Color information

#A1C0FF (or 0xA1C0FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C0 and FF. RGB value is (161,192,255). Sum of RGB (Red+Green+Blue) = 161+192+255=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FF is #5E3F00. Grayscale: #BDBDBD. Windows color (decimal): -6176513 or 16760993. OLE color: 16760993.

HSL color Cylindrical-coordinate representation of color #A1C0FF: hue angle of 220.21º 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 #A1C0FF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161192255-
CMYK0.370.2500
HSL220.21º100%81.57%-
HSV(B)220.21º36.86%100%-
XYZ51.652.5102.02-
YUV189.91164.73107.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.48%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 255 (100% from 255) = 41.94%
R=26.48%
G=31.58%
B=41.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611922550.370.2500220.2110081.57
HexA1C0FF251900dc6452
Octal241300377453100334144122
Binary10100001110000001111111110010111001001101110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C0FF; }

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

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

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

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

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

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

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

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